#BEE1F2

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

Shades of Onahau #BEE1F2

Tints of Onahau #BEE1F2

Color information

#BEE1F2 (or 0xBEE1F2) is unknown color: approx Onahau. HEX triplet: BE, E1 and F2. RGB value is (190,225,242). Sum of RGB (Red+Green+Blue) = 190+225+242=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEE1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE1F2 is #411E0D. Grayscale: #D8D8D8. Windows color (decimal): -4267534 or 15917502. OLE color: 15917502.

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

Color convert

RGB190225242-
CMYK0.210.0700.05
HSL199.62º66.67%84.71%-
HSV(B)199.62º21.49%94.9%-
XYZ64.1971.2194.37-
YUV216.47142.4109.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.92%
GREEN value IS 225 (88.28% from 255) = 34.25%
BLUE value IS 242 (94.92% from 255) = 36.83%
R=28.92%
G=34.25%
B=36.83%

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
Decimal1902252420.210.0700.05199.6266.6784.71
HexBEE1F215705c84355
Octal27634136225705310103125
Binary1011111011100001111100101010111101011100100010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1F2; }

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

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

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

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

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

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

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

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