#BEE4FD

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

Shades of Pattens Blue #BEE4FD

Tints of Pattens Blue #BEE4FD

Color information

#BEE4FD (or 0xBEE4FD) is unknown color: approx Pattens Blue. HEX triplet: BE, E4 and FD. RGB value is (190,228,253). Sum of RGB (Red+Green+Blue) = 190+228+253=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEE4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4FD is #411B02. Grayscale: #DBDBDB. Windows color (decimal): -4266755 or 16639166. OLE color: 16639166.

HSL color Cylindrical-coordinate representation of color #BEE4FD: hue angle of 203.81º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEE4FD is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190228253-
CMYK0.250.1000.01
HSL203.81º94.03%86.86%-
HSV(B)203.81º24.9%99.22%-
XYZ66.7173.53103.6-
YUV219.49146.91106.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.32%
GREEN value IS 228 (89.45% from 255) = 33.98%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=28.32%
G=33.98%
B=37.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902282530.250.1000.01203.8194.0386.86
HexBEE4FD19A01cc5e57
Octal276344375311201314136127
Binary101111101110010011111101110011010011100110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE4FD; }

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

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

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

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

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

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

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

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