#B2C0FF

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

Shades of Perano #B2C0FF

Tints of Perano #B2C0FF

Color information

#B2C0FF (or 0xB2C0FF) is unknown color: approx Perano. HEX triplet: B2, C0 and FF. RGB value is (178,192,255). Sum of RGB (Red+Green+Blue) = 178+192+255=625 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.48% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C0FF is #4D3F00. Grayscale: #C2C2C2. Windows color (decimal): -5062401 or 16761010. OLE color: 16761010.

HSL color Cylindrical-coordinate representation of color #B2C0FF: hue angle of 229.09º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C0FF is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB178192255-
CMYK0.300.2500
HSL229.09º100%84.9%-
HSV(B)229.09º30.2%100%-
XYZ55.2654.38102.19-
YUV195161.86115.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.48%
GREEN value IS 192 (75.39% from 255) = 30.72%
BLUE value IS 255 (100% from 255) = 40.8%
R=28.48%
G=30.72%
B=40.8%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781922550.300.2500229.0910084.9
HexB2C0FF1E1900e56455
Octal262300377363100345144125
Binary1011001011000000111111111111011001001110010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C0FF; }

 p { color: rgb(178,192,255); }

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

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

 a { background-color: rgb(178,192,255); }

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

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

 span { border-color: rgb(178,192,255); }

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