#BEDDE7

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

Shades of Onahau #BEDDE7

Tints of Onahau #BEDDE7

Color information

#BEDDE7 (or 0xBEDDE7) is unknown color: approx Onahau. HEX triplet: BE, DD and E7. RGB value is (190,221,231). Sum of RGB (Red+Green+Blue) = 190+221+231=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDE7 is #412218. Grayscale: #D4D4D4. Windows color (decimal): -4268569 or 15195582. OLE color: 15195582.

HSL color Cylindrical-coordinate representation of color #BEDDE7: hue angle of 194.63º degrees, saturation: 0.46, 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 #BEDDE7 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190221231-
CMYK0.180.0400.09
HSL194.63º46.07%82.55%-
HSV(B)194.63º17.75%90.59%-
XYZ61.5268.4385.57-
YUV212.87138.23111.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.60%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 231 (90.62% from 255) = 35.98%
R=29.60%
G=34.42%
B=35.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902212310.180.0400.09194.6346.0782.55
HexBEDDE712409c32e53
Octal27633534722401130356123
Binary1011111011011101111001111001010001001110000111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDE7; }

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

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

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

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

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

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

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

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