#BEEBF0

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

Shades of Onahau #BEEBF0

Tints of Onahau #BEEBF0

Color information

#BEEBF0 (or 0xBEEBF0) is unknown color: approx Onahau. HEX triplet: BE, EB and F0. RGB value is (190,235,240). Sum of RGB (Red+Green+Blue) = 190+235+240=665 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.57% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEEBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEBF0 is #41140F. Grayscale: #DEDEDE. Windows color (decimal): -4264976 or 15788990. OLE color: 15788990.

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

Color convert

RGB190235240-
CMYK0.210.0200.06
HSL186º62.5%84.31%-
HSV(B)186º20.83%94.12%-
XYZ66.6776.6693.72-
YUV222.12138.09105.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.57%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 240 (94.14% from 255) = 36.09%
R=28.57%
G=35.34%
B=36.09%

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
Decimal1902352400.210.0200.0618662.584.31
HexBEEBF015206ba3e54
Octal2763533602520627276124
Binary10111110111010111111000010101100110101110101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBF0; }

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

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

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

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

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

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

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

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