Html Css Color HEX #B7CCE0 Light Steel Blue

📋 copy color: '#B7CCE0'

red 183 ◦ green 204 ◦ blue 224

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

Shades of Light Steel Blue #B7CCE0

Tints of Light Steel Blue #B7CCE0

RGB

 RED value IS 183 (71.88% from 255) = 29.95%

 GREEN value IS 204 (80.08% from 255) = 33.39%

 BLUE value IS 224 (87.89% from 255) = 36.66%

R = 29.95%
G = 33.39%
B = 36.66%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B7CCE0 (or 0xB7CCE0) is known color: Light Steel Blue. HEX triplet: B7, CC and E0. RGB value is (183,204,224). Sum of RGB (Red+Green+Blue) = 183+204+224=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #B7CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCE0 is #48331F. Grayscale: #C7C7C7. Windows color (decimal): -4731680 or 14732471. OLE color: 14732471.

HSL color Cylindrical-coordinate representation of color #B7CCE0: hue angle of 209.27º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7CCE0 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 204 224 -
CMYK 0.18 0.09 0 0.12
HSL 209.27º 0.4% 0.8% -
HSV(B) 209.27º 0.18% 0.88% -
XYZ 54.58 58.63 78.96 -
YUV 200 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 183 204 224 0.18 0.09 0 0.12 209.27 0.4 0.8
Hex B7 CC E0 12 9 0 C D1 28 50
Octal 267 314 340 22 11 0 14 321 50 120
Binary 10110111 11001100 11100000 10010 1001 0 1100 11010001 101000 1010000

Color Harmonies of #B7CCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CCE0

Black with #B7CCE0

Text Example


Text Example

White with #B7CCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CCE0; }

 p { color: rgb(183,204,224); }

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

background-color css

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

 a { background-color: rgb(183,204,224); }

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

border-color css

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

 span { border-color: rgb(183,204,224); }

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