#B3C1EB

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

Shades of Perano #B3C1EB

Tints of Perano #B3C1EB

Color information

#B3C1EB (or 0xB3C1EB) is unknown color: approx Perano. HEX triplet: B3, C1 and EB. RGB value is (179,193,235). Sum of RGB (Red+Green+Blue) = 179+193+235=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C1EB is #4C3E14. Grayscale: #C1C1C1. Windows color (decimal): -4996629 or 15450547. OLE color: 15450547.

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

Color convert

RGB179193235-
CMYK0.240.1800.08
HSL225º58.33%81.18%-
HSV(B)225º23.83%92.16%-
XYZ52.6653.7286.19-
YUV193.6151.36117.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.49%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=29.49%
G=31.80%
B=38.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791932350.240.1800.0822558.3381.18
HexB3C1EB181208e13a51
Octal263301353302201034172121
Binary101100111100000111101011110001001001000111000011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C1EB; }

 p { color: rgb(179,193,235); }

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

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

 a { background-color: rgb(179,193,235); }

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

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

 span { border-color: rgb(179,193,235); }

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