#B6C1EE

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

Shades of Perano #B6C1EE

Tints of Perano #B6C1EE

Color information

#B6C1EE (or 0xB6C1EE) is unknown color: approx Perano. HEX triplet: B6, C1 and EE. RGB value is (182,193,238). Sum of RGB (Red+Green+Blue) = 182+193+238=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #B6C1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C1EE is #493E11. Grayscale: #C2C2C2. Windows color (decimal): -4800018 or 15647158. OLE color: 15647158.

HSL color Cylindrical-coordinate representation of color #B6C1EE: hue angle of 228.21º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6C1EE is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182193238-
CMYK0.240.1900.07
HSL228.21º62.22%82.35%-
HSV(B)228.21º23.53%93.33%-
XYZ53.7954.2688.53-
YUV194.84152.36118.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.69%
GREEN value IS 193 (75.78% from 255) = 31.48%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=29.69%
G=31.48%
B=38.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821932380.240.1900.07228.2162.2282.35
HexB6C1EE181307e43e52
Octal26630135630230734476122
Binary10110110110000011110111011000100110111111001001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C1EE; }

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

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

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

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

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

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

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

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