Html Css Color HEX #BCB9D0 Blue Haze

📋 copy color: '#BCB9D0'

red 188 ◦ green 185 ◦ blue 208

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

Shades of Blue Haze #BCB9D0

Tints of Blue Haze #BCB9D0

RGB

 RED value IS 188 (73.83% from 255) = 32.36%

 GREEN value IS 185 (72.66% from 255) = 31.84%

 BLUE value IS 208 (81.64% from 255) = 35.8%

R = 32.36%
G = 31.84%
B = 35.8%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCB9D0 (or 0xBCB9D0) is known color: Blue Haze. HEX triplet: BC, B9 and D0. RGB value is (188,185,208). Sum of RGB (Red+Green+Blue) = 188+185+208=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCB9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9D0 is #43462F. Grayscale: #BCBCBC. Windows color (decimal): -4408880 or 13679036. OLE color: 13679036.

HSL color Cylindrical-coordinate representation of color #BCB9D0: hue angle of 247.83º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB9D0 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 185 208 -
CMYK 0.10 0.11 0 0.18
HSL 247.83º 0.2% 0.77% -
HSV(B) 247.83º 0.11% 0.82% -
XYZ 49.47 49.94 66.71 -
YUV 188.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 188 185 208 0.10 0.11 0 0.18 247.83 0.2 0.77
Hex BC B9 D0 A B 0 12 F8 14 4D
Octal 274 271 320 12 13 0 22 370 24 115
Binary 10111100 10111001 11010000 1010 1011 0 10010 11111000 10100 1001101

Color Harmonies of #BCB9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9D0

Black with #BCB9D0

Text Example


Text Example

White with #BCB9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9D0; }

 p { color: rgb(188,185,208); }

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

background-color css

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

 a { background-color: rgb(188,185,208); }

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

border-color css

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

 span { border-color: rgb(188,185,208); }

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