#B3C3EA

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

Shades of Perano #B3C3EA

Tints of Perano #B3C3EA

Color information

#B3C3EA (or 0xB3C3EA) is unknown color: approx Perano. HEX triplet: B3, C3 and EA. RGB value is (179,195,234). Sum of RGB (Red+Green+Blue) = 179+195+234=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3C3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C3EA is #4C3C15. Grayscale: #C2C2C2. Windows color (decimal): -4996118 or 15385523. OLE color: 15385523.

HSL color Cylindrical-coordinate representation of color #B3C3EA: hue angle of 222.55º 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 #B3C3EA is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179195234-
CMYK0.240.1700.08
HSL222.55º56.7%80.98%-
HSV(B)222.55º23.5%91.76%-
XYZ52.9654.5585.58-
YUV194.66150.2116.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.44%
GREEN value IS 195 (76.56% from 255) = 32.07%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=29.44%
G=32.07%
B=38.49%

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
Decimal1791952340.240.1700.08222.5556.780.98
HexB3C3EA181108df3951
Octal263303352302101033771121
Binary101100111100001111101010110001000101000110111111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C3EA; }

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

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

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

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

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

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

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

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