#B6C3EB

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

Shades of Perano #B6C3EB

Tints of Perano #B6C3EB

Color information

#B6C3EB (or 0xB6C3EB) is unknown color: approx Perano. HEX triplet: B6, C3 and EB. RGB value is (182,195,235). Sum of RGB (Red+Green+Blue) = 182+195+235=612 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.74% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6C3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C3EB is #493C14. Grayscale: #C3C3C3. Windows color (decimal): -4799509 or 15451062. OLE color: 15451062.

HSL color Cylindrical-coordinate representation of color #B6C3EB: hue angle of 225.28º 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 #B6C3EB is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182195235-
CMYK0.230.1700.08
HSL225.28º56.99%81.76%-
HSV(B)225.28º22.55%92.16%-
XYZ53.854.9786.37-
YUV195.67150.19118.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.74%
GREEN value IS 195 (76.56% from 255) = 31.86%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=29.74%
G=31.86%
B=38.40%

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
Decimal1821952350.230.1700.08225.2856.9981.76
HexB6C3EB171108e13952
Octal266303353272101034171122
Binary101101101100001111101011101111000101000111000011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C3EB; }

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

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

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

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

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

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

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

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