#BEE4FA

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

Shades of Pattens Blue #BEE4FA

Tints of Pattens Blue #BEE4FA

Color information

#BEE4FA (or 0xBEE4FA) is unknown color: approx Pattens Blue. HEX triplet: BE, E4 and FA. RGB value is (190,228,250). Sum of RGB (Red+Green+Blue) = 190+228+250=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4FA is #411B05. Grayscale: #DBDBDB. Windows color (decimal): -4266758 or 16442558. OLE color: 16442558.

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

Color convert

RGB190228250-
CMYK0.240.0900.02
HSL202º85.71%86.27%-
HSV(B)202º24%98.04%-
XYZ66.2373.34101.11-
YUV219.15145.41107.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.44%
GREEN value IS 228 (89.45% from 255) = 34.13%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=28.44%
G=34.13%
B=37.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902282500.240.0900.0220285.7186.27
HexBEE4FA18902ca5656
Octal276344372301102312126126
Binary1011111011100100111110101100010010101100101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE4FA; }

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

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

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

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

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

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

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

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