#BEECF2

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

Shades of Onahau #BEECF2

Tints of Onahau #BEECF2

Color information

#BEECF2 (or 0xBEECF2) is unknown color: approx Onahau. HEX triplet: BE, EC and F2. RGB value is (190,236,242). Sum of RGB (Red+Green+Blue) = 190+236+242=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECF2 is #41130D. Grayscale: #DEDEDE. Windows color (decimal): -4264718 or 15920318. OLE color: 15920318.

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

Color convert

RGB190236242-
CMYK0.210.0200.05
HSL186.92º66.67%84.71%-
HSV(B)186.92º21.49%94.9%-
XYZ67.2677.3595.39-
YUV222.93138.76104.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.44%
GREEN value IS 236 (92.58% from 255) = 35.33%
BLUE value IS 242 (94.92% from 255) = 36.23%
R=28.44%
G=35.33%
B=36.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902362420.210.0200.05186.9266.6784.71
HexBEECF215205bb4355
Octal27635436225205273103125
Binary101111101110110011110010101011001011011101110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEECF2; }

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

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

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

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

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

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

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

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