#B6C2EB

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

Shades of Perano #B6C2EB

Tints of Perano #B6C2EB

Color information

#B6C2EB (or 0xB6C2EB) is unknown color: approx Perano. HEX triplet: B6, C2 and EB. RGB value is (182,194,235). Sum of RGB (Red+Green+Blue) = 182+194+235=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C2EB is #493D14. Grayscale: #C2C2C2. Windows color (decimal): -4799765 or 15450806. OLE color: 15450806.

HSL color Cylindrical-coordinate representation of color #B6C2EB: hue angle of 226.42º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6C2EB is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182194235-
CMYK0.230.1700.08
HSL226.42º56.99%81.76%-
HSV(B)226.42º22.55%92.16%-
XYZ53.5854.5386.3-
YUV195.09150.52118.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.79%
GREEN value IS 194 (76.17% from 255) = 31.75%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=29.79%
G=31.75%
B=38.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821942350.230.1700.08226.4256.9981.76
HexB6C2EB171108e23952
Octal266302353272101034271122
Binary101101101100001011101011101111000101000111000101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C2EB; }

 p { color: rgb(182,194,235); }

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

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

 a { background-color: rgb(182,194,235); }

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

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

 span { border-color: rgb(182,194,235); }

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