Html Css Color HEX #B4C0DD Light Steel Blue

📋 copy color: '#B4C0DD'

red 180 ◦ green 192 ◦ blue 221

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

Shades of Light Steel Blue #B4C0DD

Tints of Light Steel Blue #B4C0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.27%

R = 30.35%
G = 32.38%
B = 37.27%

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

#B4C0DD (or 0xB4C0DD) is known color: Light Steel Blue. HEX triplet: B4, C0 and DD. RGB value is (180,192,221). Sum of RGB (Red+Green+Blue) = 180+192+221=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4C0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0DD is #4B3F22. Grayscale: #BFBFBF. Windows color (decimal): -4931363 or 14532788. OLE color: 14532788.

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

Color convert

RGB 180 192 221 -
CMYK 0.19 0.13 0 0.13
HSL 222.44º 0.38% 0.79% -
HSV(B) 222.44º 0.19% 0.87% -
XYZ 50.72 52.62 75.89 -
YUV 191.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 180 192 221 0.19 0.13 0 0.13 222.44 0.38 0.79
Hex B4 C0 DD 13 D 0 D DE 26 4F
Octal 264 300 335 23 15 0 15 336 46 117
Binary 10110100 11000000 11011101 10011 1101 0 1101 11011110 100110 1001111

Color Harmonies of #B4C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C0DD

Black with #B4C0DD

Text Example


Text Example

White with #B4C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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