#BEEBF1

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

Shades of Onahau #BEEBF1

Tints of Onahau #BEEBF1

Color information

#BEEBF1 (or 0xBEEBF1) is unknown color: approx Onahau. HEX triplet: BE, EB and F1. RGB value is (190,235,241). Sum of RGB (Red+Green+Blue) = 190+235+241=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEBF1 is #41140E. Grayscale: #DEDEDE. Windows color (decimal): -4264975 or 15854526. OLE color: 15854526.

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

Color convert

RGB190235241-
CMYK0.210.0200.05
HSL187.06º64.56%84.51%-
HSV(B)187.06º21.16%94.51%-
XYZ66.8276.7194.5-
YUV222.23138.59105.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.53%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=28.53%
G=35.29%
B=36.19%

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
Decimal1902352410.210.0200.05187.0664.5684.51
HexBEEBF115205bb4155
Octal27635336125205273101125
Binary101111101110101111110001101011001011011101110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBF1; }

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

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

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

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

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

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

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

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