Html Css Color HEX #BFBCD0 Blue Haze

📋 copy color: '#BFBCD0'

red 191 ◦ green 188 ◦ blue 208

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

Shades of Blue Haze #BFBCD0

Tints of Blue Haze #BFBCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.43%

R = 32.54%
G = 32.03%
B = 35.43%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFBCD0 (or 0xBFBCD0) is known color: Blue Haze. HEX triplet: BF, BC and D0. RGB value is (191,188,208). Sum of RGB (Red+Green+Blue) = 191+188+208=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFBCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCD0 is #40432F. Grayscale: #BFBFBF. Windows color (decimal): -4211504 or 13679807. OLE color: 13679807.

HSL color Cylindrical-coordinate representation of color #BFBCD0: hue angle of 249º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBCD0 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 188 208 -
CMYK 0.08 0.10 0 0.18
HSL 249º 0.18% 0.78% -
HSV(B) 249º 0.1% 0.82% -
XYZ 50.85 51.6 66.95 -
YUV 191.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 191 188 208 0.08 0.10 0 0.18 249 0.18 0.78
Hex BF BC D0 8 A 0 12 F9 12 4E
Octal 277 274 320 10 12 0 22 371 22 116
Binary 10111111 10111100 11010000 1000 1010 0 10010 11111001 10010 1001110

Color Harmonies of #BFBCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCD0

Black with #BFBCD0

Text Example


Text Example

White with #BFBCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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