Html Css Color HEX #BFBCC9 Blue Haze

📋 copy color: '#BFBCC9'

red 191 ◦ green 188 ◦ blue 201

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

Shades of Blue Haze #BFBCC9

Tints of Blue Haze #BFBCC9

RGB

 RED value IS 191 (75% from 255) = 32.93%

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

 BLUE value IS 201 (78.91% from 255) = 34.66%

R = 32.93%
G = 32.41%
B = 34.66%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BFBCC9 (or 0xBFBCC9) is known color: Blue Haze. HEX triplet: BF, BC and C9. RGB value is (191,188,201). Sum of RGB (Red+Green+Blue) = 191+188+201=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFBCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCC9 is #404336. Grayscale: #BEBEBE. Windows color (decimal): -4211511 or 13221055. OLE color: 13221055.

HSL color Cylindrical-coordinate representation of color #BFBCC9: hue angle of 253.85º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFBCC9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 188 201 -
CMYK 0.05 0.06 0 0.21
HSL 253.85º 0.11% 0.76% -
HSV(B) 253.85º 0.06% 0.79% -
XYZ 50.01 51.26 62.52 -
YUV 190.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 191 188 201 0.05 0.06 0 0.21 253.85 0.11 0.76
Hex BF BC C9 5 6 0 15 FE B 4C
Octal 277 274 311 5 6 0 25 376 13 114
Binary 10111111 10111100 11001001 101 110 0 10101 11111110 1011 1001100

Color Harmonies of #BFBCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCC9

Black with #BFBCC9

Text Example


Text Example

White with #BFBCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCC9; }

 p { color: rgb(191,188,201); }

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

background-color css

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

 a { background-color: rgb(191,188,201); }

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

border-color css

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

 span { border-color: rgb(191,188,201); }

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