#B3C2EA

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

Shades of Perano #B3C2EA

Tints of Perano #B3C2EA

Color information

#B3C2EA (or 0xB3C2EA) is unknown color: approx Perano. HEX triplet: B3, C2 and EA. RGB value is (179,194,234). Sum of RGB (Red+Green+Blue) = 179+194+234=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3C2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C2EA is #4C3D15. Grayscale: #C1C1C1. Windows color (decimal): -4996374 or 15385267. OLE color: 15385267.

HSL color Cylindrical-coordinate representation of color #B3C2EA: hue angle of 223.64º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C2EA is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179194234-
CMYK0.240.1700.08
HSL223.64º56.7%80.98%-
HSV(B)223.64º23.5%91.76%-
XYZ52.7354.1185.51-
YUV194.08150.53117.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.49%
GREEN value IS 194 (76.17% from 255) = 31.96%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=29.49%
G=31.96%
B=38.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791942340.240.1700.08223.6456.780.98
HexB3C2EA181108e03951
Octal263302352302101034071121
Binary101100111100001011101010110001000101000111000001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C2EA; }

 p { color: rgb(179,194,234); }

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

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

 a { background-color: rgb(179,194,234); }

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

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

 span { border-color: rgb(179,194,234); }

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