#BEE5FE

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

Shades of Pattens Blue #BEE5FE

Tints of Pattens Blue #BEE5FE

Color information

#BEE5FE (or 0xBEE5FE) is unknown color: approx Pattens Blue. HEX triplet: BE, E5 and FE. RGB value is (190,229,254). Sum of RGB (Red+Green+Blue) = 190+229+254=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5FE is #411A01. Grayscale: #DCDCDC. Windows color (decimal): -4266498 or 16704958. OLE color: 16704958.

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

Color convert

RGB190229254-
CMYK0.250.1000.00
HSL203.44º96.97%87.06%-
HSV(B)203.44º25.2%99.61%-
XYZ67.1474.14104.54-
YUV220.19147.08106.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.23%
GREEN value IS 229 (89.84% from 255) = 34.03%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=28.23%
G=34.03%
B=37.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902292540.250.1000.00203.4496.9787.06
HexBEE5FE19A00cb6157
Octal276345376311200313141127
Binary101111101110010111111110110011010001100101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE5FE; }

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

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

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

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

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

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

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

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