Html Css Color HEX #B4C0DC Light Steel Blue

📋 copy color: '#B4C0DC'

red 180 ◦ green 192 ◦ blue 220

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

Shades of Light Steel Blue #B4C0DC

Tints of Light Steel Blue #B4C0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.43%

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

R = 30.41%
G = 32.43%
B = 37.16%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4C0DC (or 0xB4C0DC) is known color: Light Steel Blue. HEX triplet: B4, C0 and DC. RGB value is (180,192,220). Sum of RGB (Red+Green+Blue) = 180+192+220=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0DC is #4B3F23. Grayscale: #BFBFBF. Windows color (decimal): -4931364 or 14467252. OLE color: 14467252.

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

Color convert

RGB 180 192 220 -
CMYK 0.18 0.13 0 0.14
HSL 222º 0.36% 0.78% -
HSV(B) 222º 0.18% 0.86% -
XYZ 50.59 52.57 75.19 -
YUV 191.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 180 192 220 0.18 0.13 0 0.14 222 0.36 0.78
Hex B4 C0 DC 12 D 0 E DE 24 4E
Octal 264 300 334 22 15 0 16 336 44 116
Binary 10110100 11000000 11011100 10010 1101 0 1110 11011110 100100 1001110

Color Harmonies of #B4C0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C0DC

Black with #B4C0DC

Text Example


Text Example

White with #B4C0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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