#BEDEED

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

Shades of Onahau #BEDEED

Tints of Onahau #BEDEED

Color information

#BEDEED (or 0xBEDEED) is unknown color: approx Onahau. HEX triplet: BE, DE and ED. RGB value is (190,222,237). Sum of RGB (Red+Green+Blue) = 190+222+237=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEDEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDEED is #412112. Grayscale: #D6D6D6. Windows color (decimal): -4268307 or 15589054. OLE color: 15589054.

HSL color Cylindrical-coordinate representation of color #BEDEED: hue angle of 199.15º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEDEED is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190222237-
CMYK0.200.0600.07
HSL199.15º56.63%83.73%-
HSV(B)199.15º19.83%92.94%-
XYZ62.6469.390.2-
YUV214.14140.9110.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.28%
GREEN value IS 222 (87.11% from 255) = 34.21%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=29.28%
G=34.21%
B=36.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902222370.200.0600.07199.1556.6383.73
HexBEDEED14607c73954
Octal2763363552460730771124
Binary101111101101111011101101101001100111110001111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEED; }

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

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

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

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

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

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

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

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