#B2C4FF

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

Shades of Perano #B2C4FF

Tints of Perano #B2C4FF

Color information

#B2C4FF (or 0xB2C4FF) is unknown color: approx Perano. HEX triplet: B2, C4 and FF. RGB value is (178,196,255). Sum of RGB (Red+Green+Blue) = 178+196+255=629 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.30% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2C4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C4FF is #4D3B00. Grayscale: #C5C5C5. Windows color (decimal): -5061377 or 16762034. OLE color: 16762034.

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

Color convert

RGB178196255-
CMYK0.300.2300
HSL225.97º100%84.9%-
HSV(B)225.97º30.2%100%-
XYZ56.1556.16102.49-
YUV197.34160.54114.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.30%
GREEN value IS 196 (76.95% from 255) = 31.16%
BLUE value IS 255 (100% from 255) = 40.54%
R=28.30%
G=31.16%
B=40.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781962550.300.2300225.9710084.9
HexB2C4FF1E1700e26455
Octal262304377362700342144125
Binary1011001011000100111111111111010111001110001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C4FF; }

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

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

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

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

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

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

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

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