#BEE6FE

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

Shades of Pattens Blue #BEE6FE

Tints of Pattens Blue #BEE6FE

Color information

#BEE6FE (or 0xBEE6FE) is unknown color: approx Pattens Blue. HEX triplet: BE, E6 and FE. RGB value is (190,230,254). Sum of RGB (Red+Green+Blue) = 190+230+254=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE6FE is #411901. Grayscale: #DCDCDC. Windows color (decimal): -4266242 or 16705214. OLE color: 16705214.

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

Color convert

RGB190230254-
CMYK0.250.0900.00
HSL202.5º96.97%87.06%-
HSV(B)202.5º25.2%99.61%-
XYZ67.4274.7104.63-
YUV220.78146.75106.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.19%
GREEN value IS 230 (90.23% from 255) = 34.12%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=28.19%
G=34.12%
B=37.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902302540.250.0900.00202.596.9787.06
HexBEE6FE19900ca6157
Octal276346376311100312141127
Binary101111101110011011111110110011001001100101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE6FE; }

 p { color: rgb(190,230,254); }

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

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

 a { background-color: rgb(190,230,254); }

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

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

 span { border-color: rgb(190,230,254); }

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