Html Css Color HEX #B4C5DC Light Steel Blue

📋 copy color: '#B4C5DC'

red 180 ◦ green 197 ◦ blue 220

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

Shades of Light Steel Blue #B4C5DC

Tints of Light Steel Blue #B4C5DC

RGB

 RED value IS 180 (70.7% from 255) = 30.15%

 GREEN value IS 197 (77.34% from 255) = 33%

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

R = 30.15%
G = 33%
B = 36.85%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4C5DC (or 0xB4C5DC) is known color: Light Steel Blue. HEX triplet: B4, C5 and DC. RGB value is (180,197,220). Sum of RGB (Red+Green+Blue) = 180+197+220=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 197 (77.34% from 255 or 33.00% 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 #B4C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C5DC is #4B3A23. Grayscale: #C2C2C2. Windows color (decimal): -4930084 or 14468532. OLE color: 14468532.

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

Color convert

RGB 180 197 220 -
CMYK 0.18 0.10 0 0.14
HSL 214.5º 0.36% 0.78% -
HSV(B) 214.5º 0.18% 0.86% -
XYZ 51.71 54.8 75.56 -
YUV 194.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 180 197 220 0.18 0.10 0 0.14 214.5 0.36 0.78
Hex B4 C5 DC 12 A 0 E D6 24 4E
Octal 264 305 334 22 12 0 16 326 44 116
Binary 10110100 11000101 11011100 10010 1010 0 1110 11010110 100100 1001110

Color Harmonies of #B4C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C5DC

Black with #B4C5DC

Text Example


Text Example

White with #B4C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C5DC; }

 p { color: rgb(180,197,220); }

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

background-color css

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

 a { background-color: rgb(180,197,220); }

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

border-color css

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

 span { border-color: rgb(180,197,220); }

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