Html Css Color HEX #BFBCD3 Blue Haze

📋 copy color: '#BFBCD3'

red 191 ◦ green 188 ◦ blue 211

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

Shades of Blue Haze #BFBCD3

Tints of Blue Haze #BFBCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.76%

R = 32.37%
G = 31.86%
B = 35.76%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFBCD3 (or 0xBFBCD3) is known color: Blue Haze. HEX triplet: BF, BC and D3. RGB value is (191,188,211). Sum of RGB (Red+Green+Blue) = 191+188+211=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCD3 is #40432C. Grayscale: #BFBFBF. Windows color (decimal): -4211501 or 13876415. OLE color: 13876415.

HSL color Cylindrical-coordinate representation of color #BFBCD3: hue angle of 247.83º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFBCD3 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 188 211 -
CMYK 0.09 0.11 0 0.17
HSL 247.83º 0.21% 0.78% -
HSV(B) 247.83º 0.11% 0.83% -
XYZ 51.23 51.75 68.92 -
YUV 191.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 191 188 211 0.09 0.11 0 0.17 247.83 0.21 0.78
Hex BF BC D3 9 B 0 11 F8 15 4E
Octal 277 274 323 11 13 0 21 370 25 116
Binary 10111111 10111100 11010011 1001 1011 0 10001 11111000 10101 1001110

Color Harmonies of #BFBCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCD3

Black with #BFBCD3

Text Example


Text Example

White with #BFBCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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