Html Css Color HEX #B7CAE4 Light Steel Blue

📋 copy color: '#B7CAE4'

red 183 ◦ green 202 ◦ blue 228

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

Shades of Light Steel Blue #B7CAE4

Tints of Light Steel Blue #B7CAE4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.95%

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

R = 29.85%
G = 32.95%
B = 37.19%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B7CAE4 (or 0xB7CAE4) is known color: Light Steel Blue. HEX triplet: B7, CA and E4. RGB value is (183,202,228). Sum of RGB (Red+Green+Blue) = 183+202+228=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #B7CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CAE4 is #48351B. Grayscale: #C7C7C7. Windows color (decimal): -4732188 or 14994103. OLE color: 14994103.

HSL color Cylindrical-coordinate representation of color #B7CAE4: hue angle of 214.67º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7CAE4 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 183 202 228 -
CMYK 0.20 0.11 0 0.11
HSL 214.67º 0.45% 0.81% -
HSV(B) 214.67º 0.2% 0.89% -
XYZ 54.65 57.91 81.7 -
YUV 199.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 183 202 228 0.20 0.11 0 0.11 214.67 0.45 0.81
Hex B7 CA E4 14 B 0 B D7 2D 51
Octal 267 312 344 24 13 0 13 327 55 121
Binary 10110111 11001010 11100100 10100 1011 0 1011 11010111 101101 1010001

Color Harmonies of #B7CAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CAE4

Black with #B7CAE4

Text Example


Text Example

White with #B7CAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CAE4; }

 p { color: rgb(183,202,228); }

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

background-color css

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

 a { background-color: rgb(183,202,228); }

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

border-color css

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

 span { border-color: rgb(183,202,228); }

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