#BEE6FD

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

Shades of Pattens Blue #BEE6FD

Tints of Pattens Blue #BEE6FD

Color information

#BEE6FD (or 0xBEE6FD) is unknown color: approx Pattens Blue. HEX triplet: BE, E6 and FD. RGB value is (190,230,253). Sum of RGB (Red+Green+Blue) = 190+230+253=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE6FD is #411902. Grayscale: #DCDCDC. Windows color (decimal): -4266243 or 16639678. OLE color: 16639678.

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

Color convert

RGB190230253-
CMYK0.250.0900.01
HSL201.9º94.03%86.86%-
HSV(B)201.9º24.9%99.22%-
XYZ67.2674.63103.79-
YUV220.66146.25106.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.23%
GREEN value IS 230 (90.23% from 255) = 34.18%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=28.23%
G=34.18%
B=37.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902302530.250.0900.01201.994.0386.86
HexBEE6FD19901ca5e57
Octal276346375311101312136127
Binary101111101110011011111101110011001011100101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE6FD; }

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

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

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

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

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

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

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

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