#BEE2FF

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

Shades of Pattens Blue #BEE2FF

Tints of Pattens Blue #BEE2FF

Color information

#BEE2FF (or 0xBEE2FF) is unknown color: approx Pattens Blue. HEX triplet: BE, E2 and FF. RGB value is (190,226,255). Sum of RGB (Red+Green+Blue) = 190+226+255=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2FF is #411D00. Grayscale: #DADADA. Windows color (decimal): -4267265 or 16769726. OLE color: 16769726.

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

Color convert

RGB190226255-
CMYK0.250.1100
HSL206.77º100%87.25%-
HSV(B)206.77º25.49%100%-
XYZ66.4872.56105.11-
YUV218.54148.57107.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.32%
GREEN value IS 226 (88.67% from 255) = 33.68%
BLUE value IS 255 (100% from 255) = 38.00%
R=28.32%
G=33.68%
B=38.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902262550.250.1100206.7710087.25
HexBEE2FF19B00cf6457
Octal276342377311300317144127
Binary101111101110001011111111110011011001100111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2FF; }

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

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

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

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

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

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

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

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