#BEE4EB

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

Shades of Onahau #BEE4EB

Tints of Onahau #BEE4EB

Color information

#BEE4EB (or 0xBEE4EB) is unknown color: approx Onahau. HEX triplet: BE, E4 and EB. RGB value is (190,228,235). Sum of RGB (Red+Green+Blue) = 190+228+235=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEE4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4EB is #411B14. Grayscale: #D9D9D9. Windows color (decimal): -4266773 or 15459518. OLE color: 15459518.

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

Color convert

RGB190228235-
CMYK0.190.0300.08
HSL189.33º52.94%83.33%-
HSV(B)189.33º19.15%92.16%-
XYZ63.9772.4389.21-
YUV217.44137.91108.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 228 (89.45% from 255) = 34.92%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=29.10%
G=34.92%
B=35.99%

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
Decimal1902282350.190.0300.08189.3352.9483.33
HexBEE4EB13308bd3553
Octal27634435323301027565123
Binary101111101110010011101011100111101000101111011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE4EB; }

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

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

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

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

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

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

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

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