Html Css Color HEX #B0BCD7 Light Steel Blue

📋 copy color: '#B0BCD7'

red 176 ◦ green 188 ◦ blue 215

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

Shades of Light Steel Blue #B0BCD7

Tints of Light Steel Blue #B0BCD7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.47%

 BLUE value IS 215 (84.38% from 255) = 37.13%

R = 30.4%
G = 32.47%
B = 37.13%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B0BCD7 (or 0xB0BCD7) is known color: Light Steel Blue. HEX triplet: B0, BC and D7. RGB value is (176,188,215). Sum of RGB (Red+Green+Blue) = 176+188+215=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0BCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCD7 is #4F4328. Grayscale: #BBBBBB. Windows color (decimal): -5194537 or 14138544. OLE color: 14138544.

HSL color Cylindrical-coordinate representation of color #B0BCD7: hue angle of 221.54º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0BCD7 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 188 215 -
CMYK 0.18 0.13 0 0.16
HSL 221.54º 0.33% 0.77% -
HSV(B) 221.54º 0.18% 0.84% -
XYZ 48.15 50.1 71.42 -
YUV 187.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 176 188 215 0.18 0.13 0 0.16 221.54 0.33 0.77
Hex B0 BC D7 12 D 0 10 DE 21 4D
Octal 260 274 327 22 15 0 20 336 41 115
Binary 10110000 10111100 11010111 10010 1101 0 10000 11011110 100001 1001101

Color Harmonies of #B0BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCD7

Black with #B0BCD7

Text Example


Text Example

White with #B0BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCD7; }

 p { color: rgb(176,188,215); }

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

background-color css

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

 a { background-color: rgb(176,188,215); }

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

border-color css

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

 span { border-color: rgb(176,188,215); }

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