Html Css Color HEX #B6C8DE Light Steel Blue

📋 copy color: '#B6C8DE'

red 182 ◦ green 200 ◦ blue 222

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

Shades of Light Steel Blue #B6C8DE

Tints of Light Steel Blue #B6C8DE

RGB

 RED value IS 182 (71.48% from 255) = 30.13%

 GREEN value IS 200 (78.52% from 255) = 33.11%

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 30.13%
G = 33.11%
B = 36.75%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6C8DE (or 0xB6C8DE) is known color: Light Steel Blue. HEX triplet: B6, C8 and DE. RGB value is (182,200,222). Sum of RGB (Red+Green+Blue) = 182+200+222=604 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.13% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6C8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C8DE is #493721. Grayscale: #C5C5C5. Windows color (decimal): -4798242 or 14600374. OLE color: 14600374.

HSL color Cylindrical-coordinate representation of color #B6C8DE: hue angle of 213º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6C8DE is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 200 222 -
CMYK 0.18 0.10 0 0.13
HSL 213º 0.38% 0.79% -
HSV(B) 213º 0.18% 0.87% -
XYZ 53.13 56.53 77.22 -
YUV 197.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 182 200 222 0.18 0.10 0 0.13 213 0.38 0.79
Hex B6 C8 DE 12 A 0 D D5 26 4F
Octal 266 310 336 22 12 0 15 325 46 117
Binary 10110110 11001000 11011110 10010 1010 0 1101 11010101 100110 1001111

Color Harmonies of #B6C8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C8DE

Black with #B6C8DE

Text Example


Text Example

White with #B6C8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C8DE; }

 p { color: rgb(182,200,222); }

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

background-color css

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

 a { background-color: rgb(182,200,222); }

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

border-color css

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

 span { border-color: rgb(182,200,222); }

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