#BEE2FD

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

Shades of Pattens Blue #BEE2FD

Tints of Pattens Blue #BEE2FD

Color information

#BEE2FD (or 0xBEE2FD) is unknown color: approx Pattens Blue. HEX triplet: BE, E2 and FD. RGB value is (190,226,253). Sum of RGB (Red+Green+Blue) = 190+226+253=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2FD is #411D02. Grayscale: #DADADA. Windows color (decimal): -4267267 or 16638654. OLE color: 16638654.

HSL color Cylindrical-coordinate representation of color #BEE2FD: hue angle of 205.71º 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 #BEE2FD is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190226253-
CMYK0.250.1100.01
HSL205.71º94.03%86.86%-
HSV(B)205.71º24.9%99.22%-
XYZ66.1672.43103.42-
YUV218.31147.57107.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.40%
GREEN value IS 226 (88.67% from 255) = 33.78%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=28.40%
G=33.78%
B=37.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902262530.250.1100.01205.7194.0386.86
HexBEE2FD19B01ce5e57
Octal276342375311301316136127
Binary101111101110001011111101110011011011100111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2FD; }

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

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

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

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

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

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

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

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