#B3C2FF

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

Shades of Perano #B3C2FF

Tints of Perano #B3C2FF

Color information

#B3C2FF (or 0xB3C2FF) is unknown color: approx Perano. HEX triplet: B3, C2 and FF. RGB value is (179,194,255). Sum of RGB (Red+Green+Blue) = 179+194+255=628 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.50% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3C2FF is #4C3D00. Grayscale: #C4C4C4. Windows color (decimal): -4996353 or 16761523. OLE color: 16761523.

HSL color Cylindrical-coordinate representation of color #B3C2FF: hue angle of 228.16º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3C2FF is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179194255-
CMYK0.300.2400
HSL228.16º100%85.1%-
HSV(B)228.16º29.8%100%-
XYZ55.9355.39102.35-
YUV196.47161.03115.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.50%
GREEN value IS 194 (76.17% from 255) = 30.89%
BLUE value IS 255 (100% from 255) = 40.61%
R=28.50%
G=30.89%
B=40.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791942550.300.2400228.1610085.1
HexB3C2FF1E1800e46455
Octal263302377363000344144125
Binary1011001111000010111111111111011000001110010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C2FF; }

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

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

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

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

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

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

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

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