#BEE6ED

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

Shades of Onahau #BEE6ED

Tints of Onahau #BEE6ED

Color information

#BEE6ED (or 0xBEE6ED) is unknown color: approx Onahau. HEX triplet: BE, E6 and ED. RGB value is (190,230,237). Sum of RGB (Red+Green+Blue) = 190+230+237=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE6ED is #411912. Grayscale: #DADADA. Windows color (decimal): -4266259 or 15591102. OLE color: 15591102.

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

Color convert

RGB190230237-
CMYK0.200.0300.07
HSL188.94º56.63%83.73%-
HSV(B)188.94º19.83%92.94%-
XYZ64.8273.6690.92-
YUV218.84138.25107.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.92%
GREEN value IS 230 (90.23% from 255) = 35.01%
BLUE value IS 237 (92.97% from 255) = 36.07%
R=28.92%
G=35.01%
B=36.07%

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
Decimal1902302370.200.0300.07188.9456.6383.73
HexBEE6ED14307bd3954
Octal2763463552430727571124
Binary10111110111001101110110110100110111101111011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE6ED; }

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

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

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

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

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

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

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

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