#BEE2FA

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

Shades of Pattens Blue #BEE2FA

Tints of Pattens Blue #BEE2FA

Color information

#BEE2FA (or 0xBEE2FA) is unknown color: approx Pattens Blue. HEX triplet: BE, E2 and FA. RGB value is (190,226,250). Sum of RGB (Red+Green+Blue) = 190+226+250=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2FA is #411D05. Grayscale: #D9D9D9. Windows color (decimal): -4267270 or 16442046. OLE color: 16442046.

HSL color Cylindrical-coordinate representation of color #BEE2FA: hue angle of 204º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEE2FA is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190226250-
CMYK0.240.1000.02
HSL204º85.71%86.27%-
HSV(B)204º24%98.04%-
XYZ65.6972.24100.92-
YUV217.97146.07108.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.53%
GREEN value IS 226 (88.67% from 255) = 33.93%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=28.53%
G=33.93%
B=37.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902262500.240.1000.0220485.7186.27
HexBEE2FA18A02cc5656
Octal276342372301202314126126
Binary1011111011100010111110101100010100101100110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2FA; }

 p { color: rgb(190,226,250); }

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

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

 a { background-color: rgb(190,226,250); }

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

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

 span { border-color: rgb(190,226,250); }

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