#BEEFFB

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

Shades of Onahau #BEEFFB

Tints of Onahau #BEEFFB

Color information

#BEEFFB (or 0xBEEFFB) is unknown color: approx Onahau. HEX triplet: BE, EF and FB. RGB value is (190,239,251). Sum of RGB (Red+Green+Blue) = 190+239+251=680 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.94% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFFB is #411004. Grayscale: #E1E1E1. Windows color (decimal): -4263941 or 16510910. OLE color: 16510910.

HSL color Cylindrical-coordinate representation of color #BEEFFB: hue angle of 191.8º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEEFFB is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190239251-
CMYK0.240.0500.02
HSL191.8º88.41%86.47%-
HSV(B)191.8º24.3%98.43%-
XYZ69.5179.65102.98-
YUV225.72142.27102.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.94%
GREEN value IS 239 (93.75% from 255) = 35.15%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=27.94%
G=35.15%
B=36.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902392510.240.0500.02191.888.4186.47
HexBEEFFB18502c05856
Octal27635737330502300130126
Binary101111101110111111111011110001010101100000010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFFB; }

 p { color: rgb(190,239,251); }

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

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

 a { background-color: rgb(190,239,251); }

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

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

 span { border-color: rgb(190,239,251); }

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