Html Css Color HEX #B6C7DF Light Steel Blue

📋 copy color: '#B6C7DF'

red 182 ◦ green 199 ◦ blue 223

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

Shades of Light Steel Blue #B6C7DF

Tints of Light Steel Blue #B6C7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.95%

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 30.13%
G = 32.95%
B = 36.92%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6C7DF (or 0xB6C7DF) is known color: Light Steel Blue. HEX triplet: B6, C7 and DF. RGB value is (182,199,223). Sum of RGB (Red+Green+Blue) = 182+199+223=604 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.13% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #B6C7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C7DF is #493820. Grayscale: #C4C4C4. Windows color (decimal): -4798497 or 14665654. OLE color: 14665654.

HSL color Cylindrical-coordinate representation of color #B6C7DF: hue angle of 215.12º degrees, saturation: 0.39, 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 #B6C7DF is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 199 223 -
CMYK 0.18 0.11 0 0.13
HSL 215.12º 0.39% 0.79% -
HSV(B) 215.12º 0.18% 0.87% -
XYZ 53.03 56.12 77.85 -
YUV 196.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 182 199 223 0.18 0.11 0 0.13 215.12 0.39 0.79
Hex B6 C7 DF 12 B 0 D D7 27 4F
Octal 266 307 337 22 13 0 15 327 47 117
Binary 10110110 11000111 11011111 10010 1011 0 1101 11010111 100111 1001111

Color Harmonies of #B6C7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C7DF

Black with #B6C7DF

Text Example


Text Example

White with #B6C7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C7DF; }

 p { color: rgb(182,199,223); }

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

background-color css

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

 a { background-color: rgb(182,199,223); }

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

border-color css

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

 span { border-color: rgb(182,199,223); }

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