#BEE3EB

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

Shades of Onahau #BEE3EB

Tints of Onahau #BEE3EB

Color information

#BEE3EB (or 0xBEE3EB) is unknown color: approx Onahau. HEX triplet: BE, E3 and EB. RGB value is (190,227,235). Sum of RGB (Red+Green+Blue) = 190+227+235=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEE3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE3EB is #411C14. Grayscale: #D8D8D8. Windows color (decimal): -4267029 or 15459262. OLE color: 15459262.

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

Color convert

RGB190227235-
CMYK0.190.0300.08
HSL190.67º52.94%83.33%-
HSV(B)190.67º19.15%92.16%-
XYZ63.771.8889.11-
YUV216.85138.24108.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 227 (89.06% from 255) = 34.82%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=29.14%
G=34.82%
B=36.04%

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
Decimal1902272350.190.0300.08190.6752.9483.33
HexBEE3EB13308bf3553
Octal27634335323301027765123
Binary101111101110001111101011100111101000101111111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE3EB; }

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

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

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

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

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

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

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

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