#B6C4EB

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

Shades of Perano #B6C4EB

Tints of Perano #B6C4EB

Color information

#B6C4EB (or 0xB6C4EB) is unknown color: approx Perano. HEX triplet: B6, C4 and EB. RGB value is (182,196,235). Sum of RGB (Red+Green+Blue) = 182+196+235=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6C4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C4EB is #493B14. Grayscale: #C4C4C4. Windows color (decimal): -4799253 or 15451318. OLE color: 15451318.

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

Color convert

RGB182196235-
CMYK0.230.1700.08
HSL224.15º56.99%81.76%-
HSV(B)224.15º22.55%92.16%-
XYZ54.0355.4286.45-
YUV196.26149.86117.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.69%
GREEN value IS 196 (76.95% from 255) = 31.97%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=29.69%
G=31.97%
B=38.34%

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
Decimal1821962350.230.1700.08224.1556.9981.76
HexB6C4EB171108e03952
Octal266304353272101034071122
Binary101101101100010011101011101111000101000111000001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C4EB; }

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

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

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

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

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

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

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

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