#B6B3CA

Color #B6B3CA Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #B6B3CA

Tints of Blue Haze #B6B3CA

Color information

#B6B3CA (or 0xB6B3CA) is unknown color: approx Blue Haze. HEX triplet: B6, B3 and CA. RGB value is (182,179,202). Sum of RGB (Red+Green+Blue) = 182+179+202=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #B6B3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B3CA is #494C35. Grayscale: #B6B6B6. Windows color (decimal): -4803638 or 13284278. OLE color: 13284278.

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

Color convert

RGB182179202-
CMYK0.100.1100.21
HSL247.83º17.83%74.71%-
HSV(B)247.83º11.39%79.22%-
XYZ46.0746.4562.41-
YUV182.52138.99127.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.33%
GREEN value IS 179 (70.31% from 255) = 31.79%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=32.33%
G=31.79%
B=35.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821792020.100.1100.21247.8317.8374.71
HexB6B3CAAB015f8124b
Octal266263312121302537022113
Binary1011011010110011110010101010101101010111111000100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B3CA; }

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

 H1.HeaderClassName
 {
   color: #B6B3CA;
 }
 .AnyTagClassName
 {
   color: #B6B3CA;
 }
</style>
background-color css

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

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

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

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

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

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