Html Css Color HEX #B0C1DE Light Steel Blue

📋 copy color: '#B0C1DE'

red 176 ◦ green 193 ◦ blue 222

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

Shades of Light Steel Blue #B0C1DE

Tints of Light Steel Blue #B0C1DE

RGB

 RED value IS 176 (69.14% from 255) = 29.78%

 GREEN value IS 193 (75.78% from 255) = 32.66%

 BLUE value IS 222 (87.11% from 255) = 37.56%

R = 29.78%
G = 32.66%
B = 37.56%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0C1DE (or 0xB0C1DE) is known color: Light Steel Blue. HEX triplet: B0, C1 and DE. RGB value is (176,193,222). Sum of RGB (Red+Green+Blue) = 176+193+222=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0C1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C1DE is #4F3E21. Grayscale: #BFBFBF. Windows color (decimal): -5193250 or 14598576. OLE color: 14598576.

HSL color Cylindrical-coordinate representation of color #B0C1DE: hue angle of 217.83º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0C1DE is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 193 222 -
CMYK 0.21 0.13 0 0.13
HSL 217.83º 0.41% 0.78% -
HSV(B) 217.83º 0.21% 0.87% -
XYZ 50.16 52.64 76.62 -
YUV 191.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 176 193 222 0.21 0.13 0 0.13 217.83 0.41 0.78
Hex B0 C1 DE 15 D 0 D DA 29 4E
Octal 260 301 336 25 15 0 15 332 51 116
Binary 10110000 11000001 11011110 10101 1101 0 1101 11011010 101001 1001110

Color Harmonies of #B0C1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C1DE

Black with #B0C1DE

Text Example


Text Example

White with #B0C1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C1DE; }

 p { color: rgb(176,193,222); }

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

background-color css

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

 a { background-color: rgb(176,193,222); }

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

border-color css

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

 span { border-color: rgb(176,193,222); }

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