#BEE5EB

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

Shades of Onahau #BEE5EB

Tints of Onahau #BEE5EB

Color information

#BEE5EB (or 0xBEE5EB) is unknown color: approx Onahau. HEX triplet: BE, E5 and EB. RGB value is (190,229,235). Sum of RGB (Red+Green+Blue) = 190+229+235=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5EB is #411A14. Grayscale: #D9D9D9. Windows color (decimal): -4266517 or 15459774. OLE color: 15459774.

HSL color Cylindrical-coordinate representation of color #BEE5EB: hue angle of 188º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE5EB is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190229235-
CMYK0.190.0300.08
HSL188º52.94%83.33%-
HSV(B)188º19.15%92.16%-
XYZ64.2572.9889.3-
YUV218.02137.58108.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.05%
GREEN value IS 229 (89.84% from 255) = 35.02%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=29.05%
G=35.02%
B=35.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902292350.190.0300.0818852.9483.33
HexBEE5EB13308bc3553
Octal27634535323301027465123
Binary101111101110010111101011100111101000101111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE5EB; }

 p { color: rgb(190,229,235); }

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

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

 a { background-color: rgb(190,229,235); }

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

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

 span { border-color: rgb(190,229,235); }

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