Html Css Color HEX #BCB5D7 Blue Haze

📋 copy color: '#BCB5D7'

red 188 ◦ green 181 ◦ blue 215

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

Shades of Blue Haze #BCB5D7

Tints of Blue Haze #BCB5D7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.99%

 BLUE value IS 215 (84.38% from 255) = 36.82%

R = 32.19%
G = 30.99%
B = 36.82%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCB5D7 (or 0xBCB5D7) is known color: Blue Haze. HEX triplet: BC, B5 and D7. RGB value is (188,181,215). Sum of RGB (Red+Green+Blue) = 188+181+215=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCB5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5D7 is #434A28. Grayscale: #BABABA. Windows color (decimal): -4409897 or 14136764. OLE color: 14136764.

HSL color Cylindrical-coordinate representation of color #BCB5D7: hue angle of 252.35º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCB5D7 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 181 215 -
CMYK 0.13 0.16 0 0.16
HSL 252.35º 0.3% 0.78% -
HSV(B) 252.35º 0.16% 0.84% -
XYZ 49.53 48.65 71.07 -
YUV 186.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 188 181 215 0.13 0.16 0 0.16 252.35 0.3 0.78
Hex BC B5 D7 D 10 0 10 FC 1E 4E
Octal 274 265 327 15 20 0 20 374 36 116
Binary 10111100 10110101 11010111 1101 10000 0 10000 11111100 11110 1001110

Color Harmonies of #BCB5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB5D7

Black with #BCB5D7

Text Example


Text Example

White with #BCB5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB5D7; }

 p { color: rgb(188,181,215); }

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

background-color css

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

 a { background-color: rgb(188,181,215); }

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

border-color css

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

 span { border-color: rgb(188,181,215); }

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