#BEDDE9

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

Shades of Onahau #BEDDE9

Tints of Onahau #BEDDE9

Color information

#BEDDE9 (or 0xBEDDE9) is unknown color: approx Onahau. HEX triplet: BE, DD and E9. RGB value is (190,221,233). Sum of RGB (Red+Green+Blue) = 190+221+233=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEDDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDE9 is #412216. Grayscale: #D5D5D5. Windows color (decimal): -4268567 or 15326654. OLE color: 15326654.

HSL color Cylindrical-coordinate representation of color #BEDDE9: hue angle of 196.74º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEDDE9 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190221233-
CMYK0.180.0500.09
HSL196.74º49.43%82.94%-
HSV(B)196.74º18.45%91.37%-
XYZ61.868.5487.06-
YUV213.1139.23111.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 221 (86.72% from 255) = 34.32%
BLUE value IS 233 (91.41% from 255) = 36.18%
R=29.50%
G=34.32%
B=36.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902212330.180.0500.09196.7449.4382.94
HexBEDDE912509c53153
Octal27633535122501130561123
Binary1011111011011101111010011001010101001110001011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDE9; }

 p { color: rgb(190,221,233); }

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

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

 a { background-color: rgb(190,221,233); }

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

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

 span { border-color: rgb(190,221,233); }

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