#BEE3FD

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

Shades of Pattens Blue #BEE3FD

Tints of Pattens Blue #BEE3FD

Color information

#BEE3FD (or 0xBEE3FD) is unknown color: approx Pattens Blue. HEX triplet: BE, E3 and FD. RGB value is (190,227,253). Sum of RGB (Red+Green+Blue) = 190+227+253=670 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.36% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEE3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE3FD is #411C02. Grayscale: #DADADA. Windows color (decimal): -4267011 or 16638910. OLE color: 16638910.

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

Color convert

RGB190227253-
CMYK0.250.1000.01
HSL204.76º94.03%86.86%-
HSV(B)204.76º24.9%99.22%-
XYZ66.4372.98103.51-
YUV218.9147.24107.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.36%
GREEN value IS 227 (89.06% from 255) = 33.88%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=28.36%
G=33.88%
B=37.76%

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
Decimal1902272530.250.1000.01204.7694.0386.86
HexBEE3FD19A01cd5e57
Octal276343375311201315136127
Binary101111101110001111111101110011010011100110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE3FD; }

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

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

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

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

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

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

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

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