Html Css Color HEX #BCB7D0 Blue Haze

📋 copy color: '#BCB7D0'

red 188 ◦ green 183 ◦ blue 208

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

Shades of Blue Haze #BCB7D0

Tints of Blue Haze #BCB7D0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.61%

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

R = 32.47%
G = 31.61%
B = 35.92%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCB7D0 (or 0xBCB7D0) is known color: Blue Haze. HEX triplet: BC, B7 and D0. RGB value is (188,183,208). Sum of RGB (Red+Green+Blue) = 188+183+208=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCB7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7D0 is #43482F. Grayscale: #BBBBBB. Windows color (decimal): -4409392 or 13678524. OLE color: 13678524.

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

Color convert

RGB 188 183 208 -
CMYK 0.10 0.12 0 0.18
HSL 252º 0.21% 0.77% -
HSV(B) 252º 0.12% 0.82% -
XYZ 49.06 49.11 66.57 -
YUV 187.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 188 183 208 0.10 0.12 0 0.18 252 0.21 0.77
Hex BC B7 D0 A C 0 12 FC 15 4D
Octal 274 267 320 12 14 0 22 374 25 115
Binary 10111100 10110111 11010000 1010 1100 0 10010 11111100 10101 1001101

Color Harmonies of #BCB7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7D0

Black with #BCB7D0

Text Example


Text Example

White with #BCB7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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