Html Css Color HEX #BCB6CA Blue Haze

📋 copy color: '#BCB6CA'

red 188 ◦ green 182 ◦ blue 202

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

Shades of Blue Haze #BCB6CA

Tints of Blue Haze #BCB6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.31%

R = 32.87%
G = 31.82%
B = 35.31%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCB6CA (or 0xBCB6CA) is known color: Blue Haze. HEX triplet: BC, B6 and CA. RGB value is (188,182,202). Sum of RGB (Red+Green+Blue) = 188+182+202=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6CA is #434935. Grayscale: #BABABA. Windows color (decimal): -4409654 or 13285052. OLE color: 13285052.

HSL color Cylindrical-coordinate representation of color #BCB6CA: hue angle of 258º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB6CA is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 182 202 -
CMYK 0.07 0.10 0 0.21
HSL 258º 0.16% 0.75% -
HSV(B) 258º 0.1% 0.79% -
XYZ 48.13 48.41 62.68 -
YUV 186.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 188 182 202 0.07 0.10 0 0.21 258 0.16 0.75
Hex BC B6 CA 7 A 0 15 102 10 4B
Octal 274 266 312 7 12 0 25 402 20 113
Binary 10111100 10110110 11001010 111 1010 0 10101 100000010 10000 1001011

Color Harmonies of #BCB6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6CA

Black with #BCB6CA

Text Example


Text Example

White with #BCB6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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