#bee0f2

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

Shades of Onahau #BEE0F2

Tints of Onahau #BEE0F2

Color information

#BEE0F2 (or 0xBEE0F2) is unknown color: approx Onahau. HEX triplet: BE, E0 and F2. RGB value is (190,224,242). Sum of RGB (Red+Green+Blue) = 190+224+242=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEE0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0F2 is #411F0D. Grayscale: #D7D7D7. Windows color (decimal): -4267790 or 15917246. OLE color: 15917246.

HSL color Cylindrical-coordinate representation of color #BEE0F2: hue angle of 200.77º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEE0F2 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190224242-
CMYK0.210.0700.05
HSL200.77º66.67%84.71%-
HSV(B)200.77º21.49%94.9%-
XYZ63.9270.6794.28-
YUV215.89142.74109.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 224 (87.89% from 255) = 34.15%
BLUE value IS 242 (94.92% from 255) = 36.89%
R=28.96%
G=34.15%
B=36.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902242420.210.0700.05200.7766.6784.71
HexBEE0F215705c94355
Octal27634036225705311103125
Binary1011111011100000111100101010111101011100100110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bee0f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bee0f2; }

 p { color: rgb(190,224,242); }

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

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

 a { background-color: rgb(190,224,242); }

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

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

 span { border-color: rgb(190,224,242); }

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