#BEDDEA

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

Shades of Onahau #BEDDEA

Tints of Onahau #BEDDEA

Color information

#BEDDEA (or 0xBEDDEA) is unknown color: approx Onahau. HEX triplet: BE, DD and EA. RGB value is (190,221,234). Sum of RGB (Red+Green+Blue) = 190+221+234=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEDDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDEA is #412215. Grayscale: #D5D5D5. Windows color (decimal): -4268566 or 15392190. OLE color: 15392190.

HSL color Cylindrical-coordinate representation of color #BEDDEA: hue angle of 197.73º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEDDEA is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190221234-
CMYK0.190.0600.08
HSL197.73º51.16%83.14%-
HSV(B)197.73º18.8%91.76%-
XYZ61.9468.687.82-
YUV213.21139.73111.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.46%
GREEN value IS 221 (86.72% from 255) = 34.26%
BLUE value IS 234 (91.80% from 255) = 36.28%
R=29.46%
G=34.26%
B=36.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902212340.190.0600.08197.7351.1683.14
HexBEDDEA13608c63353
Octal27633535223601030663123
Binary1011111011011101111010101001111001000110001101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDEA; }

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

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

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

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

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

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

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

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