Html Css Color HEX #BCB6CC Blue Haze

📋 copy color: '#BCB6CC'

red 188 ◦ green 182 ◦ blue 204

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

Shades of Blue Haze #BCB6CC

Tints of Blue Haze #BCB6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.54%

R = 32.75%
G = 31.71%
B = 35.54%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BCB6CC (or 0xBCB6CC) is known color: Blue Haze. HEX triplet: BC, B6 and CC. RGB value is (188,182,204). Sum of RGB (Red+Green+Blue) = 188+182+204=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCB6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6CC is #434933. Grayscale: #BABABA. Windows color (decimal): -4409652 or 13416124. OLE color: 13416124.

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

Color convert

RGB 188 182 204 -
CMYK 0.08 0.11 0 0.2
HSL 256.36º 0.18% 0.76% -
HSV(B) 256.36º 0.11% 0.8% -
XYZ 48.37 48.51 63.94 -
YUV 186.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 188 182 204 0.08 0.11 0 0.2 256.36 0.18 0.76
Hex BC B6 CC 8 B 0 14 100 12 4C
Octal 274 266 314 10 13 0 24 400 22 114
Binary 10111100 10110110 11001100 1000 1011 0 10100 100000000 10010 1001100

Color Harmonies of #BCB6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6CC

Black with #BCB6CC

Text Example


Text Example

White with #BCB6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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