Html Css Color HEX #B5C2DF Light Steel Blue

📋 copy color: '#B5C2DF'

red 181 ◦ green 194 ◦ blue 223

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

Shades of Light Steel Blue #B5C2DF

Tints of Light Steel Blue #B5C2DF

RGB

 RED value IS 181 (71.09% from 255) = 30.27%

 GREEN value IS 194 (76.17% from 255) = 32.44%

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

R = 30.27%
G = 32.44%
B = 37.29%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5C2DF (or 0xB5C2DF) is known color: Light Steel Blue. HEX triplet: B5, C2 and DF. RGB value is (181,194,223). Sum of RGB (Red+Green+Blue) = 181+194+223=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5C2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C2DF is #4A3D20. Grayscale: #C1C1C1. Windows color (decimal): -4865313 or 14664373. OLE color: 14664373.

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

Color convert

RGB 181 194 223 -
CMYK 0.19 0.13 0 0.13
HSL 221.43º 0.4% 0.79% -
HSV(B) 221.43º 0.19% 0.87% -
XYZ 51.67 53.74 77.46 -
YUV 193.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 181 194 223 0.19 0.13 0 0.13 221.43 0.4 0.79
Hex B5 C2 DF 13 D 0 D DD 28 4F
Octal 265 302 337 23 15 0 15 335 50 117
Binary 10110101 11000010 11011111 10011 1101 0 1101 11011101 101000 1001111

Color Harmonies of #B5C2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C2DF

Black with #B5C2DF

Text Example


Text Example

White with #B5C2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C2DF; }

 p { color: rgb(181,194,223); }

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

background-color css

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

 a { background-color: rgb(181,194,223); }

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

border-color css

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

 span { border-color: rgb(181,194,223); }

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