#BEE6EA

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

Shades of Onahau #BEE6EA

Tints of Onahau #BEE6EA

Color information

#BEE6EA (or 0xBEE6EA) is unknown color: approx Onahau. HEX triplet: BE, E6 and EA. RGB value is (190,230,234). Sum of RGB (Red+Green+Blue) = 190+230+234=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE6EA is #411915. Grayscale: #DADADA. Windows color (decimal): -4266262 or 15394494. OLE color: 15394494.

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

Color convert

RGB190230234-
CMYK0.190.0200.08
HSL185.45º51.16%83.14%-
HSV(B)185.45º18.8%91.76%-
XYZ64.3873.4888.63-
YUV218.5136.75107.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.05%
GREEN value IS 230 (90.23% from 255) = 35.17%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=29.05%
G=35.17%
B=35.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902302340.190.0200.08185.4551.1683.14
HexBEE6EA13208b93353
Octal27634635223201027163123
Binary101111101110011011101010100111001000101110011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE6EA; }

 p { color: rgb(190,230,234); }

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

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

 a { background-color: rgb(190,230,234); }

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

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

 span { border-color: rgb(190,230,234); }

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