#BEE1ED

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

Shades of Onahau #BEE1ED

Tints of Onahau #BEE1ED

Color information

#BEE1ED (or 0xBEE1ED) is unknown color: approx Onahau. HEX triplet: BE, E1 and ED. RGB value is (190,225,237). Sum of RGB (Red+Green+Blue) = 190+225+237=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE1ED is #411E12. Grayscale: #D7D7D7. Windows color (decimal): -4267539 or 15589822. OLE color: 15589822.

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

Color convert

RGB190225237-
CMYK0.200.0500.07
HSL195.32º56.63%83.73%-
HSV(B)195.32º19.83%92.94%-
XYZ63.4570.9190.46-
YUV215.9139.9109.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 225 (88.28% from 255) = 34.51%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=29.14%
G=34.51%
B=36.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902252370.200.0500.07195.3256.6383.73
HexBEE1ED14507c33954
Octal2763413552450730371124
Binary101111101110000111101101101001010111110000111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1ED; }

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

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

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

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

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

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

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

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