#BEE4FF

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

Shades of Pattens Blue #BEE4FF

Tints of Pattens Blue #BEE4FF

Color information

#BEE4FF (or 0xBEE4FF) is unknown color: approx Pattens Blue. HEX triplet: BE, E4 and FF. RGB value is (190,228,255). Sum of RGB (Red+Green+Blue) = 190+228+255=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4FF is #411B00. Grayscale: #DBDBDB. Windows color (decimal): -4266753 or 16770238. OLE color: 16770238.

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

Color convert

RGB190228255-
CMYK0.250.1100
HSL204.92º100%87.25%-
HSV(B)204.92º25.49%100%-
XYZ67.0373.65105.29-
YUV219.72147.91106.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.23%
GREEN value IS 228 (89.45% from 255) = 33.88%
BLUE value IS 255 (100% from 255) = 37.89%
R=28.23%
G=33.88%
B=37.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902282550.250.1100204.9210087.25
HexBEE4FF19B00cd6457
Octal276344377311300315144127
Binary101111101110010011111111110011011001100110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE4FF; }

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

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

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

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

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

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

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

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