#BEDEE7

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

Shades of Onahau #BEDEE7

Tints of Onahau #BEDEE7

Color information

#BEDEE7 (or 0xBEDEE7) is unknown color: approx Onahau. HEX triplet: BE, DE and E7. RGB value is (190,222,231). Sum of RGB (Red+Green+Blue) = 190+222+231=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDEE7 is #412118. Grayscale: #D5D5D5. Windows color (decimal): -4268313 or 15195838. OLE color: 15195838.

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

Color convert

RGB190222231-
CMYK0.180.0400.09
HSL193.17º46.07%82.55%-
HSV(B)193.17º17.75%90.59%-
XYZ61.7868.9685.66-
YUV213.46137.9111.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 231 (90.62% from 255) = 35.93%
R=29.55%
G=34.53%
B=35.93%

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
Decimal1902222310.180.0400.09193.1746.0782.55
HexBEDEE712409c12e53
Octal27633634722401130156123
Binary1011111011011110111001111001010001001110000011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEE7; }

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

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

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

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

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

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

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

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