Html Css Color HEX #B5C4DC Light Steel Blue

📋 copy color: '#B5C4DC'

red 181 ◦ green 196 ◦ blue 220

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

Shades of Light Steel Blue #B5C4DC

Tints of Light Steel Blue #B5C4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 30.32%
G = 32.83%
B = 36.85%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5C4DC (or 0xB5C4DC) is known color: Light Steel Blue. HEX triplet: B5, C4 and DC. RGB value is (181,196,220). Sum of RGB (Red+Green+Blue) = 181+196+220=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5C4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C4DC is #4A3B23. Grayscale: #C2C2C2. Windows color (decimal): -4864804 or 14468277. OLE color: 14468277.

HSL color Cylindrical-coordinate representation of color #B5C4DC: hue angle of 216.92º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5C4DC is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 196 220 -
CMYK 0.18 0.11 0 0.14
HSL 216.92º 0.36% 0.79% -
HSV(B) 216.92º 0.18% 0.86% -
XYZ 51.71 54.47 75.5 -
YUV 194.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 181 196 220 0.18 0.11 0 0.14 216.92 0.36 0.79
Hex B5 C4 DC 12 B 0 E D9 24 4F
Octal 265 304 334 22 13 0 16 331 44 117
Binary 10110101 11000100 11011100 10010 1011 0 1110 11011001 100100 1001111

Color Harmonies of #B5C4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C4DC

Black with #B5C4DC

Text Example


Text Example

White with #B5C4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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