#BEE2FC

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

Shades of Pattens Blue #BEE2FC

Tints of Pattens Blue #BEE2FC

Color information

#BEE2FC (or 0xBEE2FC) is unknown color: approx Pattens Blue. HEX triplet: BE, E2 and FC. RGB value is (190,226,252). Sum of RGB (Red+Green+Blue) = 190+226+252=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2FC is #411D03. Grayscale: #DADADA. Windows color (decimal): -4267268 or 16573118. OLE color: 16573118.

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

Color convert

RGB190226252-
CMYK0.250.1000.01
HSL205.16º91.18%86.67%-
HSV(B)205.16º24.6%98.82%-
XYZ6672.37102.59-
YUV218.2147.07107.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.44%
GREEN value IS 226 (88.67% from 255) = 33.83%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=28.44%
G=33.83%
B=37.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902262520.250.1000.01205.1691.1886.67
HexBEE2FC19A01cd5b57
Octal276342374311201315133127
Binary101111101110001011111100110011010011100110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2FC; }

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

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

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

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

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

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

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

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