#BEE7EF

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

Shades of Onahau #BEE7EF

Tints of Onahau #BEE7EF

Color information

#BEE7EF (or 0xBEE7EF) is unknown color: approx Onahau. HEX triplet: BE, E7 and EF. RGB value is (190,231,239). Sum of RGB (Red+Green+Blue) = 190+231+239=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE7EF is #411810. Grayscale: #DBDBDB. Windows color (decimal): -4266001 or 15722430. OLE color: 15722430.

HSL color Cylindrical-coordinate representation of color #BEE7EF: hue angle of 189.8º 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 #BEE7EF is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190231239-
CMYK0.210.0300.06
HSL189.8º60.49%84.12%-
HSV(B)189.8º20.5%93.73%-
XYZ65.3974.3392.56-
YUV219.65138.92106.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.79%
GREEN value IS 231 (90.62% from 255) = 35%
BLUE value IS 239 (93.75% from 255) = 36.21%
R=28.79%
G=35%
B=36.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902312390.210.0300.06189.860.4984.12
HexBEE7EF15306be3c54
Octal2763473572530627674124
Binary10111110111001111110111110101110110101111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE7EF; }

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

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

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

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

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

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

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

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