#b6c1e8

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

Shades of Perano #B6C1E8

Tints of Perano #B6C1E8

Color information

#B6C1E8 (or 0xB6C1E8) is unknown color: approx Perano. HEX triplet: B6, C1 and E8. RGB value is (182,193,232). Sum of RGB (Red+Green+Blue) = 182+193+232=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #B6C1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C1E8 is #493E17. Grayscale: #C1C1C1. Windows color (decimal): -4800024 or 15253942. OLE color: 15253942.

HSL color Cylindrical-coordinate representation of color #B6C1E8: hue angle of 226.8º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6C1E8 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182193232-
CMYK0.220.1700.09
HSL226.8º52.08%81.18%-
HSV(B)226.8º21.55%90.98%-
XYZ52.9353.9183.96-
YUV194.16149.36119.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.98%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 232 (91.02% from 255) = 38.22%
R=29.98%
G=31.80%
B=38.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821932320.220.1700.09226.852.0881.18
HexB6C1E8161109e33451
Octal266301350262101134364121
Binary101101101100000111101000101101000101001111000111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6c1e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6c1e8; }

 p { color: rgb(182,193,232); }

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

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

 a { background-color: rgb(182,193,232); }

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

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

 span { border-color: rgb(182,193,232); }

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