Html Css Color HEX #B4C6E4 Light Steel Blue

📋 copy color: '#B4C6E4'

red 180 ◦ green 198 ◦ blue 228

#B4C6E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #B4C6E4

Tints of Light Steel Blue #B4C6E4

RGB

 RED value IS 180 (70.7% from 255) = 29.7%

 GREEN value IS 198 (77.73% from 255) = 32.67%

 BLUE value IS 228 (89.45% from 255) = 37.62%

R = 29.7%
G = 32.67%
B = 37.62%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B4C6E4 (or 0xB4C6E4) is known color: Light Steel Blue. HEX triplet: B4, C6 and E4. RGB value is (180,198,228). Sum of RGB (Red+Green+Blue) = 180+198+228=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #B4C6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C6E4 is #4B391B. Grayscale: #C3C3C3. Windows color (decimal): -4929820 or 14993076. OLE color: 14993076.

HSL color Cylindrical-coordinate representation of color #B4C6E4: hue angle of 217.5º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4C6E4 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 198 228 -
CMYK 0.21 0.13 0 0.11
HSL 217.5º 0.47% 0.8% -
HSV(B) 217.5º 0.21% 0.89% -
XYZ 53.02 55.69 81.35 -
YUV 196.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 180 198 228 0.21 0.13 0 0.11 217.5 0.47 0.8
Hex B4 C6 E4 15 D 0 B DA 2F 50
Octal 264 306 344 25 15 0 13 332 57 120
Binary 10110100 11000110 11100100 10101 1101 0 1011 11011010 101111 1010000

Color Harmonies of #B4C6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C6E4

Black with #B4C6E4

Text Example


Text Example

White with #B4C6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C6E4; }

 p { color: rgb(180,198,228); }

 H1.HeaderClassName
 {
   color: #B4C6E4;
 }
 .AnyTagClassName
 {
   color: #B4C6E4;
 }
</style>

background-color css

<style>
 a { background-color: #B4C6E4; }

 a { background-color: rgb(180,198,228); }

 div.DivClassName
 {
   background-color: #B4C6E4;
 }
 .BgClassName
 {
   background-color: #B4C6E4;
 }
</style>

border-color css

<style>
 span { border-color: #B4C6E4; }

 span { border-color: rgb(180,198,228); }

 td.TdClassName
 {
   border-color: #B4C6E4;
 }
 .TagClassName
 {
   border-color: #B4C6E4;
 }
</style>