#BEECF0

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

Shades of Onahau #BEECF0

Tints of Onahau #BEECF0

Color information

#BEECF0 (or 0xBEECF0) is unknown color: approx Onahau. HEX triplet: BE, EC and F0. RGB value is (190,236,240). Sum of RGB (Red+Green+Blue) = 190+236+240=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECF0 is #41130F. Grayscale: #DEDEDE. Windows color (decimal): -4264720 or 15789246. OLE color: 15789246.

HSL color Cylindrical-coordinate representation of color #BEECF0: hue angle of 184.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEECF0 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190236240-
CMYK0.210.0200.06
HSL184.8º62.5%84.31%-
HSV(B)184.8º20.83%94.12%-
XYZ66.9677.2393.82-
YUV222.7137.76104.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.53%
GREEN value IS 236 (92.58% from 255) = 35.44%
BLUE value IS 240 (94.14% from 255) = 36.04%
R=28.53%
G=35.44%
B=36.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902362400.210.0200.06184.862.584.31
HexBEECF015206b93e54
Octal2763543602520627176124
Binary10111110111011001111000010101100110101110011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEECF0; }

 p { color: rgb(190,236,240); }

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

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

 a { background-color: rgb(190,236,240); }

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

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

 span { border-color: rgb(190,236,240); }

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