Html Css Color HEX #B1C0DC Light Steel Blue

📋 copy color: '#B1C0DC'

red 177 ◦ green 192 ◦ blue 220

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

Shades of Light Steel Blue #B1C0DC

Tints of Light Steel Blue #B1C0DC

RGB

 RED value IS 177 (69.53% from 255) = 30.05%

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

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

R = 30.05%
G = 32.6%
B = 37.35%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1C0DC (or 0xB1C0DC) is known color: Light Steel Blue. HEX triplet: B1, C0 and DC. RGB value is (177,192,220). Sum of RGB (Red+Green+Blue) = 177+192+220=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C0DC is #4E3F23. Grayscale: #BEBEBE. Windows color (decimal): -5127972 or 14467249. OLE color: 14467249.

HSL color Cylindrical-coordinate representation of color #B1C0DC: hue angle of 219.07º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1C0DC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 192 220 -
CMYK 0.20 0.13 0 0.14
HSL 219.07º 0.38% 0.78% -
HSV(B) 219.07º 0.2% 0.86% -
XYZ 49.9 52.21 75.16 -
YUV 190.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 177 192 220 0.20 0.13 0 0.14 219.07 0.38 0.78
Hex B1 C0 DC 14 D 0 E DB 26 4E
Octal 261 300 334 24 15 0 16 333 46 116
Binary 10110001 11000000 11011100 10100 1101 0 1110 11011011 100110 1001110

Color Harmonies of #B1C0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C0DC

Black with #B1C0DC

Text Example


Text Example

White with #B1C0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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