#BEE4FC

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

Shades of Pattens Blue #BEE4FC

Tints of Pattens Blue #BEE4FC

Color information

#BEE4FC (or 0xBEE4FC) is unknown color: approx Pattens Blue. HEX triplet: BE, E4 and FC. RGB value is (190,228,252). Sum of RGB (Red+Green+Blue) = 190+228+252=670 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.36% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEE4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4FC is #411B03. Grayscale: #DBDBDB. Windows color (decimal): -4266756 or 16573630. OLE color: 16573630.

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

Color convert

RGB190228252-
CMYK0.250.1000.01
HSL203.23º91.18%86.67%-
HSV(B)203.23º24.6%98.82%-
XYZ66.5573.46102.77-
YUV219.37146.41107.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.36%
GREEN value IS 228 (89.45% from 255) = 34.03%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=28.36%
G=34.03%
B=37.61%

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
Decimal1902282520.250.1000.01203.2391.1886.67
HexBEE4FC19A01cb5b57
Octal276344374311201313133127
Binary101111101110010011111100110011010011100101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE4FC; }

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

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

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

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

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

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

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

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