#BEE5F2

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

Shades of Onahau #BEE5F2

Tints of Onahau #BEE5F2

Color information

#BEE5F2 (or 0xBEE5F2) is unknown color: approx Onahau. HEX triplet: BE, E5 and F2. RGB value is (190,229,242). Sum of RGB (Red+Green+Blue) = 190+229+242=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEE5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5F2 is #411A0D. Grayscale: #DADADA. Windows color (decimal): -4266510 or 15918526. OLE color: 15918526.

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

Color convert

RGB190229242-
CMYK0.210.0500.05
HSL195º66.67%84.71%-
HSV(B)195º21.49%94.9%-
XYZ65.2873.494.73-
YUV218.82141.08107.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.74%
GREEN value IS 229 (89.84% from 255) = 34.64%
BLUE value IS 242 (94.92% from 255) = 36.61%
R=28.74%
G=34.64%
B=36.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902292420.210.0500.0519566.6784.71
HexBEE5F215505c34355
Octal27634536225505303103125
Binary1011111011100101111100101010110101011100001110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE5F2; }

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

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

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

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

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

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

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

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