#BEEDFD

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

Shades of Onahau #BEEDFD

Tints of Onahau #BEEDFD

Color information

#BEEDFD (or 0xBEEDFD) is unknown color: approx Onahau. HEX triplet: BE, ED and FD. RGB value is (190,237,253). Sum of RGB (Red+Green+Blue) = 190+237+253=680 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.94% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEDFD is #411202. Grayscale: #E0E0E0. Windows color (decimal): -4264451 or 16641470. OLE color: 16641470.

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

Color convert

RGB190237253-
CMYK0.250.0600.01
HSL195.24º94.03%86.86%-
HSV(B)195.24º24.9%99.22%-
XYZ69.2578.61104.45-
YUV224.77143.93103.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.94%
GREEN value IS 237 (92.97% from 255) = 34.85%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=27.94%
G=34.85%
B=37.21%

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
Decimal1902372530.250.0600.01195.2494.0386.86
HexBEEDFD19601c35e57
Octal27635537531601303136127
Binary10111110111011011111110111001110011100001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDFD; }

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

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

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

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

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

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

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

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