#B3C2FD

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

Shades of Perano #B3C2FD

Tints of Perano #B3C2FD

Color information

#B3C2FD (or 0xB3C2FD) is unknown color: approx Perano. HEX triplet: B3, C2 and FD. RGB value is (179,194,253). Sum of RGB (Red+Green+Blue) = 179+194+253=626 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.59% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3C2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C2FD is #4C3D02. Grayscale: #C3C3C3. Windows color (decimal): -4996355 or 16630451. OLE color: 16630451.

HSL color Cylindrical-coordinate representation of color #B3C2FD: hue angle of 227.84º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3C2FD is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179194253-
CMYK0.290.2300.01
HSL227.84º94.87%84.71%-
HSV(B)227.84º29.25%99.22%-
XYZ55.6155.26100.66-
YUV196.24160.03115.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.59%
GREEN value IS 194 (76.17% from 255) = 30.99%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=28.59%
G=30.99%
B=40.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791942530.290.2300.01227.8494.8784.71
HexB3C2FD1D1701e45f55
Octal263302375352701344137125
Binary1011001111000010111111011110110111011110010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C2FD; }

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

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

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

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

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

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

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

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