#B6C6FF

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

Shades of Perano #B6C6FF

Tints of Perano #B6C6FF

Color information

#B6C6FF (or 0xB6C6FF) is unknown color: approx Perano. HEX triplet: B6, C6 and FF. RGB value is (182,198,255). Sum of RGB (Red+Green+Blue) = 182+198+255=635 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.66% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C6FF is #493900. Grayscale: #C7C7C7. Windows color (decimal): -4798721 or 16762550. OLE color: 16762550.

HSL color Cylindrical-coordinate representation of color #B6C6FF: hue angle of 226.85º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6C6FF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182198255-
CMYK0.290.2200
HSL226.85º100%85.69%-
HSV(B)226.85º28.63%100%-
XYZ57.5457.55102.68-
YUV199.71159.2115.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.66%
GREEN value IS 198 (77.73% from 255) = 31.18%
BLUE value IS 255 (100% from 255) = 40.16%
R=28.66%
G=31.18%
B=40.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821982550.290.2200226.8510085.69
HexB6C6FF1D1600e36456
Octal266306377352600343144126
Binary1011011011000110111111111110110110001110001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C6FF; }

 p { color: rgb(182,198,255); }

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

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

 a { background-color: rgb(182,198,255); }

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

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

 span { border-color: rgb(182,198,255); }

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