#BEE7EE

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

Shades of Onahau #BEE7EE

Tints of Onahau #BEE7EE

Color information

#BEE7EE (or 0xBEE7EE) is unknown color: approx Onahau. HEX triplet: BE, E7 and EE. RGB value is (190,231,238). Sum of RGB (Red+Green+Blue) = 190+231+238=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE7EE is #411811. Grayscale: #DBDBDB. Windows color (decimal): -4266002 or 15656894. OLE color: 15656894.

HSL color Cylindrical-coordinate representation of color #BEE7EE: hue angle of 188.75º degrees, saturation: 0.59, 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 #BEE7EE is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190231238-
CMYK0.200.0300.07
HSL188.75º58.54%83.92%-
HSV(B)188.75º20.17%93.33%-
XYZ65.2474.2791.79-
YUV219.54138.42106.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.83%
GREEN value IS 231 (90.62% from 255) = 35.05%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=28.83%
G=35.05%
B=36.12%

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
Decimal1902312380.200.0300.07188.7558.5483.92
HexBEE7EE14307bd3b54
Octal2763473562430727573124
Binary10111110111001111110111010100110111101111011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE7EE; }

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

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

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

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

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

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

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

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