Html Css Color HEX #B2BFDF Light Steel Blue

📋 copy color: '#B2BFDF'

red 178 ◦ green 191 ◦ blue 223

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

Shades of Light Steel Blue #B2BFDF

Tints of Light Steel Blue #B2BFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.67%

R = 30.07%
G = 32.26%
B = 37.67%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2BFDF (or 0xB2BFDF) is known color: Light Steel Blue. HEX triplet: B2, BF and DF. RGB value is (178,191,223). Sum of RGB (Red+Green+Blue) = 178+191+223=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFDF is #4D4020. Grayscale: #BEBEBE. Windows color (decimal): -5062689 or 14663602. OLE color: 14663602.

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

Color convert

RGB 178 191 223 -
CMYK 0.20 0.14 0 0.13
HSL 222.67º 0.41% 0.79% -
HSV(B) 222.67º 0.2% 0.87% -
XYZ 50.31 52.05 77.21 -
YUV 190.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 178 191 223 0.20 0.14 0 0.13 222.67 0.41 0.79
Hex B2 BF DF 14 E 0 D DF 29 4F
Octal 262 277 337 24 16 0 15 337 51 117
Binary 10110010 10111111 11011111 10100 1110 0 1101 11011111 101001 1001111

Color Harmonies of #B2BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFDF

Black with #B2BFDF

Text Example


Text Example

White with #B2BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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