Html Css Color HEX #BCB7CA Blue Haze

📋 copy color: '#BCB7CA'

red 188 ◦ green 183 ◦ blue 202

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

Shades of Blue Haze #BCB7CA

Tints of Blue Haze #BCB7CA

RGB

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

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

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

R = 32.81%
G = 31.94%
B = 35.25%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCB7CA (or 0xBCB7CA) is known color: Blue Haze. HEX triplet: BC, B7 and CA. RGB value is (188,183,202). Sum of RGB (Red+Green+Blue) = 188+183+202=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7CA is #434835. Grayscale: #BABABA. Windows color (decimal): -4409398 or 13285308. OLE color: 13285308.

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

Color convert

RGB 188 183 202 -
CMYK 0.07 0.09 0 0.21
HSL 255.79º 0.15% 0.75% -
HSV(B) 255.79º 0.09% 0.79% -
XYZ 48.33 48.82 62.75 -
YUV 186.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 188 183 202 0.07 0.09 0 0.21 255.79 0.15 0.75
Hex BC B7 CA 7 9 0 15 100 F 4B
Octal 274 267 312 7 11 0 25 400 17 113
Binary 10111100 10110111 11001010 111 1001 0 10101 100000000 1111 1001011

Color Harmonies of #BCB7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7CA

Black with #BCB7CA

Text Example


Text Example

White with #BCB7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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