Html Css Color HEX #BCB6D7 Blue Haze

📋 copy color: '#BCB6D7'

red 188 ◦ green 182 ◦ blue 215

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

Shades of Blue Haze #BCB6D7

Tints of Blue Haze #BCB6D7

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.11%

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

R = 32.14%
G = 31.11%
B = 36.75%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCB6D7 (or 0xBCB6D7) is known color: Blue Haze. HEX triplet: BC, B6 and D7. RGB value is (188,182,215). Sum of RGB (Red+Green+Blue) = 188+182+215=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCB6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6D7 is #434928. Grayscale: #BBBBBB. Windows color (decimal): -4409641 or 14137020. OLE color: 14137020.

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

Color convert

RGB 188 182 215 -
CMYK 0.13 0.15 0 0.16
HSL 250.91º 0.29% 0.78% -
HSV(B) 250.91º 0.15% 0.84% -
XYZ 49.73 49.05 71.14 -
YUV 187.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 188 182 215 0.13 0.15 0 0.16 250.91 0.29 0.78
Hex BC B6 D7 D F 0 10 FB 1D 4E
Octal 274 266 327 15 17 0 20 373 35 116
Binary 10111100 10110110 11010111 1101 1111 0 10000 11111011 11101 1001110

Color Harmonies of #BCB6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6D7

Black with #BCB6D7

Text Example


Text Example

White with #BCB6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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