#B3C3F9

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

Shades of Perano #B3C3F9

Tints of Perano #B3C3F9

Color information

#B3C3F9 (or 0xB3C3F9) is unknown color: approx Perano. HEX triplet: B3, C3 and F9. RGB value is (179,195,249). Sum of RGB (Red+Green+Blue) = 179+195+249=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #B3C3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C3F9 is #4C3C06. Grayscale: #C4C4C4. Windows color (decimal): -4996103 or 16368563. OLE color: 16368563.

HSL color Cylindrical-coordinate representation of color #B3C3F9: hue angle of 226.29º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3C3F9 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179195249-
CMYK0.280.2200.02
HSL226.29º85.37%83.92%-
HSV(B)226.29º28.11%97.65%-
XYZ55.255.4597.42-
YUV196.37157.7115.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.73%
GREEN value IS 195 (76.56% from 255) = 31.30%
BLUE value IS 249 (97.66% from 255) = 39.97%
R=28.73%
G=31.30%
B=39.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791952490.280.2200.02226.2985.3783.92
HexB3C3F91C1602e25554
Octal263303371342602342125124
Binary10110011110000111111100111100101100101110001010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C3F9; }

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

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

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

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

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

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

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

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