#BEDDE5

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

Shades of Onahau #BEDDE5

Tints of Onahau #BEDDE5

Color information

#BEDDE5 (or 0xBEDDE5) is unknown color: approx Onahau. HEX triplet: BE, DD and E5. RGB value is (190,221,229). Sum of RGB (Red+Green+Blue) = 190+221+229=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDE5 is #41221A. Grayscale: #D4D4D4. Windows color (decimal): -4268571 or 15064510. OLE color: 15064510.

HSL color Cylindrical-coordinate representation of color #BEDDE5: hue angle of 192.31º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEDDE5 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190221229-
CMYK0.170.0300.10
HSL192.31º42.86%82.16%-
HSV(B)192.31º17.03%89.8%-
XYZ61.2368.3284.09-
YUV212.64137.23111.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 229 (89.84% from 255) = 35.78%
R=29.69%
G=34.53%
B=35.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902212290.170.0300.10192.3142.8682.16
HexBEDDE51130Ac02b52
Octal27633534521301230053122
Binary101111101101110111100101100011101010110000001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDE5; }

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

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

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

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

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

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

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

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