#BEECF5

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

Shades of Onahau #BEECF5

Tints of Onahau #BEECF5

Color information

#BEECF5 (or 0xBEECF5) is unknown color: approx Onahau. HEX triplet: BE, EC and F5. RGB value is (190,236,245). Sum of RGB (Red+Green+Blue) = 190+236+245=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEECF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECF5 is #41130A. Grayscale: #DFDFDF. Windows color (decimal): -4264715 or 16116926. OLE color: 16116926.

HSL color Cylindrical-coordinate representation of color #BEECF5: hue angle of 189.82º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEECF5 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190236245-
CMYK0.220.0400.04
HSL189.82º73.33%85.29%-
HSV(B)189.82º22.45%96.08%-
XYZ67.7177.5397.78-
YUV223.27140.26104.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.32%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 245 (96.09% from 255) = 36.51%
R=28.32%
G=35.17%
B=36.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902362450.220.0400.04189.8273.3385.29
HexBEECF516404be4955
Octal27635436526404276111125
Binary1011111011101100111101011011010001001011111010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEECF5; }

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

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

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

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

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

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

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

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