#B3C0FD

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

Shades of Perano #B3C0FD

Tints of Perano #B3C0FD

Color information

#B3C0FD (or 0xB3C0FD) is unknown color: approx Perano. HEX triplet: B3, C0 and FD. RGB value is (179,192,253). Sum of RGB (Red+Green+Blue) = 179+192+253=624 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.69% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3C0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C0FD is #4C3F02. Grayscale: #C2C2C2. Windows color (decimal): -4996867 or 16629939. OLE color: 16629939.

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

Color convert

RGB179192253-
CMYK0.290.2400.01
HSL229.46º94.87%84.71%-
HSV(B)229.46º29.25%99.22%-
XYZ55.1754.37100.52-
YUV195.07160.69116.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.69%
GREEN value IS 192 (75.39% from 255) = 30.77%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=28.69%
G=30.77%
B=40.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791922530.290.2400.01229.4694.8784.71
HexB3C0FD1D1801e55f55
Octal263300375353001345137125
Binary1011001111000000111111011110111000011110010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C0FD; }

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

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

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

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

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

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

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

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