#BEF0FD

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

Shades of Onahau #BEF0FD

Tints of Onahau #BEF0FD

Color information

#BEF0FD (or 0xBEF0FD) is unknown color: approx Onahau. HEX triplet: BE, F0 and FD. RGB value is (190,240,253). Sum of RGB (Red+Green+Blue) = 190+240+253=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF0FD is #410F02. Grayscale: #E2E2E2. Windows color (decimal): -4263683 or 16642238. OLE color: 16642238.

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

Color convert

RGB190240253-
CMYK0.250.0500.01
HSL192.38º94.03%86.86%-
HSV(B)192.38º24.9%99.22%-
XYZ70.1280.36104.74-
YUV226.53142.94101.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.82%
GREEN value IS 240 (94.14% from 255) = 35.14%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=27.82%
G=35.14%
B=37.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902402530.250.0500.01192.3894.0386.86
HexBEF0FD19501c05e57
Octal27636037531501300136127
Binary10111110111100001111110111001101011100000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0FD; }

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

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

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

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

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

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

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

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