#BEECF1

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

Shades of Onahau #BEECF1

Tints of Onahau #BEECF1

Color information

#BEECF1 (or 0xBEECF1) is unknown color: approx Onahau. HEX triplet: BE, EC and F1. RGB value is (190,236,241). Sum of RGB (Red+Green+Blue) = 190+236+241=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECF1 is #41130E. Grayscale: #DEDEDE. Windows color (decimal): -4264719 or 15854782. OLE color: 15854782.

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

Color convert

RGB190236241-
CMYK0.210.0200.05
HSL185.88º64.56%84.51%-
HSV(B)185.88º21.16%94.51%-
XYZ67.1177.2994.6-
YUV222.82138.26104.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.49%
GREEN value IS 236 (92.58% from 255) = 35.38%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=28.49%
G=35.38%
B=36.13%

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
Decimal1902362410.210.0200.05185.8864.5684.51
HexBEECF115205ba4155
Octal27635436125205272101125
Binary101111101110110011110001101011001011011101010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEECF1; }

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

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

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

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

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

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

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

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