Html Css Color HEX #BCB9CA Blue Haze

📋 copy color: '#BCB9CA'

red 188 ◦ green 185 ◦ blue 202

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

Shades of Blue Haze #BCB9CA

Tints of Blue Haze #BCB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.17%

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

R = 32.7%
G = 32.17%
B = 35.13%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCB9CA (or 0xBCB9CA) is known color: Blue Haze. HEX triplet: BC, B9 and CA. RGB value is (188,185,202). Sum of RGB (Red+Green+Blue) = 188+185+202=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9CA is #434635. Grayscale: #BBBBBB. Windows color (decimal): -4408886 or 13285820. OLE color: 13285820.

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

Color convert

RGB 188 185 202 -
CMYK 0.07 0.08 0 0.21
HSL 250.59º 0.14% 0.76% -
HSV(B) 250.59º 0.08% 0.79% -
XYZ 48.75 49.65 62.89 -
YUV 187.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 188 185 202 0.07 0.08 0 0.21 250.59 0.14 0.76
Hex BC B9 CA 7 8 0 15 FB E 4C
Octal 274 271 312 7 10 0 25 373 16 114
Binary 10111100 10111001 11001010 111 1000 0 10101 11111011 1110 1001100

Color Harmonies of #BCB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9CA

Black with #BCB9CA

Text Example


Text Example

White with #BCB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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