#BEE1FE

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

Shades of Pattens Blue #BEE1FE

Tints of Pattens Blue #BEE1FE

Color information

#BEE1FE (or 0xBEE1FE) is unknown color: approx Pattens Blue. HEX triplet: BE, E1 and FE. RGB value is (190,225,254). Sum of RGB (Red+Green+Blue) = 190+225+254=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE1FE is #411E01. Grayscale: #D9D9D9. Windows color (decimal): -4267522 or 16703934. OLE color: 16703934.

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

Color convert

RGB190225254-
CMYK0.250.1100.00
HSL207.19º96.97%87.06%-
HSV(B)207.19º25.2%99.61%-
XYZ66.0571.95104.17-
YUV217.84148.4108.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.40%
GREEN value IS 225 (88.28% from 255) = 33.63%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=28.40%
G=33.63%
B=37.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902252540.250.1100.00207.1996.9787.06
HexBEE1FE19B00cf6157
Octal276341376311300317141127
Binary101111101110000111111110110011011001100111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1FE; }

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

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

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

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

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

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

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

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