Html Css Color HEX #BFBCD2 Blue Haze

📋 copy color: '#BFBCD2'

red 191 ◦ green 188 ◦ blue 210

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

Shades of Blue Haze #BFBCD2

Tints of Blue Haze #BFBCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.65%

R = 32.43%
G = 31.92%
B = 35.65%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFBCD2 (or 0xBFBCD2) is known color: Blue Haze. HEX triplet: BF, BC and D2. RGB value is (191,188,210). Sum of RGB (Red+Green+Blue) = 191+188+210=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFBCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCD2 is #40432D. Grayscale: #BFBFBF. Windows color (decimal): -4211502 or 13810879. OLE color: 13810879.

HSL color Cylindrical-coordinate representation of color #BFBCD2: hue angle of 248.18º degrees, saturation: 0.2, 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 #BFBCD2 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 188 210 -
CMYK 0.09 0.10 0 0.18
HSL 248.18º 0.2% 0.78% -
HSV(B) 248.18º 0.1% 0.82% -
XYZ 51.1 51.7 68.26 -
YUV 191.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 191 188 210 0.09 0.10 0 0.18 248.18 0.2 0.78
Hex BF BC D2 9 A 0 12 F8 14 4E
Octal 277 274 322 11 12 0 22 370 24 116
Binary 10111111 10111100 11010010 1001 1010 0 10010 11111000 10100 1001110

Color Harmonies of #BFBCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCD2

Black with #BFBCD2

Text Example


Text Example

White with #BFBCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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