#BEEBF7

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

Shades of Onahau #BEEBF7

Tints of Onahau #BEEBF7

Color information

#BEEBF7 (or 0xBEEBF7) is unknown color: approx Onahau. HEX triplet: BE, EB and F7. RGB value is (190,235,247). Sum of RGB (Red+Green+Blue) = 190+235+247=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #BEEBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEBF7 is #411408. Grayscale: #DEDEDE. Windows color (decimal): -4264969 or 16247742. OLE color: 16247742.

HSL color Cylindrical-coordinate representation of color #BEEBF7: hue angle of 192.63º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEEBF7 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190235247-
CMYK0.230.0500.03
HSL192.63º78.08%85.69%-
HSV(B)192.63º23.08%96.86%-
XYZ67.7377.0899.3-
YUV222.91141.59104.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.27%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 247 (96.88% from 255) = 36.76%
R=28.27%
G=34.97%
B=36.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902352470.230.0500.03192.6378.0885.69
HexBEEBF717503c14e56
Octal27635336727503301116126
Binary101111101110101111110111101111010111100000110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBF7; }

 p { color: rgb(190,235,247); }

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

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

 a { background-color: rgb(190,235,247); }

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

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

 span { border-color: rgb(190,235,247); }

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