Html Css Color HEX #B5C4DF Light Steel Blue

📋 copy color: '#B5C4DF'

red 181 ◦ green 196 ◦ blue 223

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

Shades of Light Steel Blue #B5C4DF

Tints of Light Steel Blue #B5C4DF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.67%

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

R = 30.17%
G = 32.67%
B = 37.17%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5C4DF (or 0xB5C4DF) is known color: Light Steel Blue. HEX triplet: B5, C4 and DF. RGB value is (181,196,223). Sum of RGB (Red+Green+Blue) = 181+196+223=600 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.17% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5C4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C4DF is #4A3B20. Grayscale: #C2C2C2. Windows color (decimal): -4864801 or 14664885. OLE color: 14664885.

HSL color Cylindrical-coordinate representation of color #B5C4DF: hue angle of 218.57º 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 #B5C4DF is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 196 223 -
CMYK 0.19 0.12 0 0.13
HSL 218.57º 0.4% 0.79% -
HSV(B) 218.57º 0.19% 0.87% -
XYZ 52.12 54.63 77.61 -
YUV 194.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 181 196 223 0.19 0.12 0 0.13 218.57 0.4 0.79
Hex B5 C4 DF 13 C 0 D DB 28 4F
Octal 265 304 337 23 14 0 15 333 50 117
Binary 10110101 11000100 11011111 10011 1100 0 1101 11011011 101000 1001111

Color Harmonies of #B5C4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C4DF

Black with #B5C4DF

Text Example


Text Example

White with #B5C4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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