#BEE5FC

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

Shades of Pattens Blue #BEE5FC

Tints of Pattens Blue #BEE5FC

Color information

#BEE5FC (or 0xBEE5FC) is unknown color: approx Pattens Blue. HEX triplet: BE, E5 and FC. RGB value is (190,229,252). Sum of RGB (Red+Green+Blue) = 190+229+252=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5FC is #411A03. Grayscale: #DBDBDB. Windows color (decimal): -4266500 or 16573886. OLE color: 16573886.

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

Color convert

RGB190229252-
CMYK0.250.0900.01
HSL202.26º91.18%86.67%-
HSV(B)202.26º24.6%98.82%-
XYZ66.8374.01102.86-
YUV219.96146.08106.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.32%
GREEN value IS 229 (89.84% from 255) = 34.13%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=28.32%
G=34.13%
B=37.56%

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
Decimal1902292520.250.0900.01202.2691.1886.67
HexBEE5FC19901ca5b57
Octal276345374311101312133127
Binary101111101110010111111100110011001011100101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE5FC; }

 p { color: rgb(190,229,252); }

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

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

 a { background-color: rgb(190,229,252); }

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

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

 span { border-color: rgb(190,229,252); }

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