Html Css Color HEX #B2BFD9 Light Steel Blue

📋 copy color: '#B2BFD9'

red 178 ◦ green 191 ◦ blue 217

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

Shades of Light Steel Blue #B2BFD9

Tints of Light Steel Blue #B2BFD9

RGB

 RED value IS 178 (69.92% from 255) = 30.38%

 GREEN value IS 191 (75% from 255) = 32.59%

 BLUE value IS 217 (85.16% from 255) = 37.03%

R = 30.38%
G = 32.59%
B = 37.03%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B2BFD9 (or 0xB2BFD9) is known color: Light Steel Blue. HEX triplet: B2, BF and D9. RGB value is (178,191,217). Sum of RGB (Red+Green+Blue) = 178+191+217=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #B2BFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFD9 is #4D4026. Grayscale: #BDBDBD. Windows color (decimal): -5062695 or 14270386. OLE color: 14270386.

HSL color Cylindrical-coordinate representation of color #B2BFD9: hue angle of 220º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2BFD9 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 191 217 -
CMYK 0.18 0.12 0 0.15
HSL 220º 0.34% 0.77% -
HSV(B) 220º 0.18% 0.85% -
XYZ 49.52 51.74 73.02 -
YUV 190.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 178 191 217 0.18 0.12 0 0.15 220 0.34 0.77
Hex B2 BF D9 12 C 0 F DC 22 4D
Octal 262 277 331 22 14 0 17 334 42 115
Binary 10110010 10111111 11011001 10010 1100 0 1111 11011100 100010 1001101

Color Harmonies of #B2BFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFD9

Black with #B2BFD9

Text Example


Text Example

White with #B2BFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFD9; }

 p { color: rgb(178,191,217); }

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

background-color css

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

 a { background-color: rgb(178,191,217); }

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

border-color css

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

 span { border-color: rgb(178,191,217); }

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