Html Css Color HEX #BFBBCC Blue Haze

📋 copy color: '#BFBBCC'

red 191 ◦ green 187 ◦ blue 204

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

Shades of Blue Haze #BFBBCC

Tints of Blue Haze #BFBBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.13%

 BLUE value IS 204 (80.08% from 255) = 35.05%

R = 32.82%
G = 32.13%
B = 35.05%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BFBBCC (or 0xBFBBCC) is known color: Blue Haze. HEX triplet: BF, BB and CC. RGB value is (191,187,204). Sum of RGB (Red+Green+Blue) = 191+187+204=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBCC is #404433. Grayscale: #BEBEBE. Windows color (decimal): -4211764 or 13417407. OLE color: 13417407.

HSL color Cylindrical-coordinate representation of color #BFBBCC: hue angle of 254.12º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFBBCC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 187 204 -
CMYK 0.06 0.08 0 0.2
HSL 254.12º 0.14% 0.77% -
HSV(B) 254.12º 0.08% 0.8% -
XYZ 50.16 50.98 64.32 -
YUV 190.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 191 187 204 0.06 0.08 0 0.2 254.12 0.14 0.77
Hex BF BB CC 6 8 0 14 FE E 4D
Octal 277 273 314 6 10 0 24 376 16 115
Binary 10111111 10111011 11001100 110 1000 0 10100 11111110 1110 1001101

Color Harmonies of #BFBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBCC

Black with #BFBBCC

Text Example


Text Example

White with #BFBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBCC; }

 p { color: rgb(191,187,204); }

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

background-color css

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

 a { background-color: rgb(191,187,204); }

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

border-color css

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

 span { border-color: rgb(191,187,204); }

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