#BEE6EF

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

Shades of Onahau #BEE6EF

Tints of Onahau #BEE6EF

Color information

#BEE6EF (or 0xBEE6EF) is unknown color: approx Onahau. HEX triplet: BE, E6 and EF. RGB value is (190,230,239). Sum of RGB (Red+Green+Blue) = 190+230+239=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE6EF is #411910. Grayscale: #DADADA. Windows color (decimal): -4266257 or 15722174. OLE color: 15722174.

HSL color Cylindrical-coordinate representation of color #BEE6EF: hue angle of 191.02º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEE6EF is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190230239-
CMYK0.210.0400.06
HSL191.02º60.49%84.12%-
HSV(B)191.02º20.5%93.73%-
XYZ65.1173.7792.47-
YUV219.07139.25107.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.83%
GREEN value IS 230 (90.23% from 255) = 34.90%
BLUE value IS 239 (93.75% from 255) = 36.27%
R=28.83%
G=34.90%
B=36.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902302390.210.0400.06191.0260.4984.12
HexBEE6EF15406bf3c54
Octal2763463572540627774124
Binary101111101110011011101111101011000110101111111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE6EF; }

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

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

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

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

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

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

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

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