#BEE7ED

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

Shades of Onahau #BEE7ED

Tints of Onahau #BEE7ED

Color information

#BEE7ED (or 0xBEE7ED) is unknown color: approx Onahau. HEX triplet: BE, E7 and ED. RGB value is (190,231,237). Sum of RGB (Red+Green+Blue) = 190+231+237=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 231 (90.62% from 255 or 35.11% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE7ED is #411812. Grayscale: #DBDBDB. Windows color (decimal): -4266003 or 15591358. OLE color: 15591358.

HSL color Cylindrical-coordinate representation of color #BEE7ED: hue angle of 187.66º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEE7ED is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190231237-
CMYK0.200.0300.07
HSL187.66º56.63%83.73%-
HSV(B)187.66º19.83%92.94%-
XYZ65.174.2191.01-
YUV219.42137.92107.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.88%
GREEN value IS 231 (90.62% from 255) = 35.11%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=28.88%
G=35.11%
B=36.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902312370.200.0300.07187.6656.6383.73
HexBEE7ED14307bc3954
Octal2763473552430727471124
Binary10111110111001111110110110100110111101111001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE7ED; }

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

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

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

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

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

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

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

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