#B3C3FD

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

Shades of Perano #B3C3FD

Tints of Perano #B3C3FD

Color information

#B3C3FD (or 0xB3C3FD) is unknown color: approx Perano. HEX triplet: B3, C3 and FD. RGB value is (179,195,253). Sum of RGB (Red+Green+Blue) = 179+195+253=627 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.55% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3C3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C3FD is #4C3C02. Grayscale: #C4C4C4. Windows color (decimal): -4996099 or 16630707. OLE color: 16630707.

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

Color convert

RGB179195253-
CMYK0.290.2300.01
HSL227.03º94.87%84.71%-
HSV(B)227.03º29.25%99.22%-
XYZ55.8455.71100.74-
YUV196.83159.7115.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.55%
GREEN value IS 195 (76.56% from 255) = 31.10%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=28.55%
G=31.10%
B=40.35%

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
Decimal1791952530.290.2300.01227.0394.8784.71
HexB3C3FD1D1701e35f55
Octal263303375352701343137125
Binary1011001111000011111111011110110111011110001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C3FD; }

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

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

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

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

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

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

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

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