Html Css Color HEX #BFBCCE Blue Haze

📋 copy color: '#BFBCCE'

red 191 ◦ green 188 ◦ blue 206

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

Shades of Blue Haze #BFBCCE

Tints of Blue Haze #BFBCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.21%

R = 32.65%
G = 32.14%
B = 35.21%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BFBCCE (or 0xBFBCCE) is known color: Blue Haze. HEX triplet: BF, BC and CE. RGB value is (191,188,206). Sum of RGB (Red+Green+Blue) = 191+188+206=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCCE is #404331. Grayscale: #BEBEBE. Windows color (decimal): -4211506 or 13548735. OLE color: 13548735.

HSL color Cylindrical-coordinate representation of color #BFBCCE: hue angle of 250º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBCCE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 188 206 -
CMYK 0.07 0.09 0 0.19
HSL 250º 0.16% 0.77% -
HSV(B) 250º 0.09% 0.81% -
XYZ 50.61 51.5 65.67 -
YUV 190.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 191 188 206 0.07 0.09 0 0.19 250 0.16 0.77
Hex BF BC CE 7 9 0 13 FA 10 4D
Octal 277 274 316 7 11 0 23 372 20 115
Binary 10111111 10111100 11001110 111 1001 0 10011 11111010 10000 1001101

Color Harmonies of #BFBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCCE

Black with #BFBCCE

Text Example


Text Example

White with #BFBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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