Html Css Color HEX #BFBCCC Blue Haze

📋 copy color: '#BFBCCC'

red 191 ◦ green 188 ◦ blue 204

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

Shades of Blue Haze #BFBCCC

Tints of Blue Haze #BFBCCC

RGB

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

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

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

R = 32.76%
G = 32.25%
B = 34.99%

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

#BFBCCC (or 0xBFBCCC) is known color: Blue Haze. HEX triplet: BF, BC and CC. RGB value is (191,188,204). Sum of RGB (Red+Green+Blue) = 191+188+204=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFBCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCCC is #404333. Grayscale: #BEBEBE. Windows color (decimal): -4211508 or 13417663. OLE color: 13417663.

HSL color Cylindrical-coordinate representation of color #BFBCCC: hue angle of 251.25º 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 #BFBCCC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 188 204 -
CMYK 0.06 0.08 0 0.2
HSL 251.25º 0.14% 0.77% -
HSV(B) 251.25º 0.08% 0.8% -
XYZ 50.37 51.4 64.39 -
YUV 190.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 191 188 204 0.06 0.08 0 0.2 251.25 0.14 0.77
Hex BF BC CC 6 8 0 14 FB E 4D
Octal 277 274 314 6 10 0 24 373 16 115
Binary 10111111 10111100 11001100 110 1000 0 10100 11111011 1110 1001101

Color Harmonies of #BFBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCCC

Black with #BFBCCC

Text Example


Text Example

White with #BFBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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