#BEDFED

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

Shades of Onahau #BEDFED

Tints of Onahau #BEDFED

Color information

#BEDFED (or 0xBEDFED) is unknown color: approx Onahau. HEX triplet: BE, DF and ED. RGB value is (190,223,237). Sum of RGB (Red+Green+Blue) = 190+223+237=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDFED is #412012. Grayscale: #D6D6D6. Windows color (decimal): -4268051 or 15589310. OLE color: 15589310.

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

Color convert

RGB190223237-
CMYK0.200.0600.07
HSL197.87º56.63%83.73%-
HSV(B)197.87º19.83%92.94%-
XYZ62.9169.8490.28-
YUV214.73140.57110.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.23%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=29.23%
G=34.31%
B=36.46%

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
Decimal1902232370.200.0600.07197.8756.6383.73
HexBEDFED14607c63954
Octal2763373552460730671124
Binary101111101101111111101101101001100111110001101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFED; }

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

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

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

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

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

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

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

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