#BEEEFC

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

Shades of Onahau #BEEEFC

Tints of Onahau #BEEEFC

Color information

#BEEEFC (or 0xBEEEFC) is unknown color: approx Onahau. HEX triplet: BE, EE and FC. RGB value is (190,238,252). Sum of RGB (Red+Green+Blue) = 190+238+252=680 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.94% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEFC is #411103. Grayscale: #E1E1E1. Windows color (decimal): -4264196 or 16576190. OLE color: 16576190.

HSL color Cylindrical-coordinate representation of color #BEEEFC: hue angle of 193.55º degrees, saturation: 0.91, 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 #BEEEFC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190238252-
CMYK0.250.0600.01
HSL193.55º91.18%86.67%-
HSV(B)193.55º24.6%98.82%-
XYZ69.3879.12103.71-
YUV225.24143.1102.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.94%
GREEN value IS 238 (93.36% from 255) = 35%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=27.94%
G=35%
B=37.06%

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
Decimal1902382520.250.0600.01193.5591.1886.67
HexBEEEFC19601c25b57
Octal27635637431601302133127
Binary10111110111011101111110011001110011100001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEFC; }

 p { color: rgb(190,238,252); }

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

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

 a { background-color: rgb(190,238,252); }

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

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

 span { border-color: rgb(190,238,252); }

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