#BEE5FF

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

Shades of Pattens Blue #BEE5FF

Tints of Pattens Blue #BEE5FF

Color information

#BEE5FF (or 0xBEE5FF) is unknown color: approx Pattens Blue. HEX triplet: BE, E5 and FF. RGB value is (190,229,255). Sum of RGB (Red+Green+Blue) = 190+229+255=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 229 (89.84% from 255 or 33.98% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5FF is #411A00. Grayscale: #DCDCDC. Windows color (decimal): -4266497 or 16770494. OLE color: 16770494.

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

Color convert

RGB190229255-
CMYK0.250.1000
HSL204º100%87.25%-
HSV(B)204º25.49%100%-
XYZ67.374.21105.38-
YUV220.3147.58106.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.19%
GREEN value IS 229 (89.84% from 255) = 33.98%
BLUE value IS 255 (100% from 255) = 37.83%
R=28.19%
G=33.98%
B=37.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902292550.250.100020410087.25
HexBEE5FF19A00cc6457
Octal276345377311200314144127
Binary101111101110010111111111110011010001100110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE5FF; }

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

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

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

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

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

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

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

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