#BEEFFD

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

Shades of Onahau #BEEFFD

Tints of Onahau #BEEFFD

Color information

#BEEFFD (or 0xBEEFFD) is unknown color: approx Onahau. HEX triplet: BE, EF and FD. RGB value is (190,239,253). Sum of RGB (Red+Green+Blue) = 190+239+253=682 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.86% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEEFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFFD is #411002. Grayscale: #E1E1E1. Windows color (decimal): -4263939 or 16641982. OLE color: 16641982.

HSL color Cylindrical-coordinate representation of color #BEEFFD: hue angle of 193.33º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEEFFD is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190239253-
CMYK0.250.0600.01
HSL193.33º94.03%86.86%-
HSV(B)193.33º24.9%99.22%-
XYZ69.8379.77104.65-
YUV225.94143.27102.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.86%
GREEN value IS 239 (93.75% from 255) = 35.04%
BLUE value IS 253 (99.22% from 255) = 37.10%
R=27.86%
G=35.04%
B=37.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902392530.250.0600.01193.3394.0386.86
HexBEEFFD19601c15e57
Octal27635737531601301136127
Binary10111110111011111111110111001110011100000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFFD; }

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

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

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

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

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

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

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

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