#BEDDE6

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

Shades of Onahau #BEDDE6

Tints of Onahau #BEDDE6

Color information

#BEDDE6 (or 0xBEDDE6) is unknown color: approx Onahau. HEX triplet: BE, DD and E6. RGB value is (190,221,230). Sum of RGB (Red+Green+Blue) = 190+221+230=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #BEDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDE6 is #412219. Grayscale: #D4D4D4. Windows color (decimal): -4268570 or 15130046. OLE color: 15130046.

HSL color Cylindrical-coordinate representation of color #BEDDE6: hue angle of 193.5º degrees, saturation: 0.44, 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 #BEDDE6 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190221230-
CMYK0.170.0400.10
HSL193.5º44.44%82.35%-
HSV(B)193.5º17.39%90.2%-
XYZ61.3768.3784.83-
YUV212.76137.73111.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.64%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=29.64%
G=34.48%
B=35.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902212300.170.0400.10193.544.4482.35
HexBEDDE61140Ac22c52
Octal27633534621401230254122
Binary1011111011011101111001101000110001010110000101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDE6; }

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

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

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

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

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

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

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

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