#BEDDEC

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

Shades of Onahau #BEDDEC

Tints of Onahau #BEDDEC

Color information

#BEDDEC (or 0xBEDDEC) is unknown color: approx Onahau. HEX triplet: BE, DD and EC. RGB value is (190,221,236). Sum of RGB (Red+Green+Blue) = 190+221+236=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDDEC is #412213. Grayscale: #D5D5D5. Windows color (decimal): -4268564 or 15523262. OLE color: 15523262.

HSL color Cylindrical-coordinate representation of color #BEDDEC: hue angle of 199.57º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEDDEC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190221236-
CMYK0.190.0600.07
HSL199.57º54.76%83.53%-
HSV(B)199.57º19.49%92.55%-
XYZ62.2368.7289.34-
YUV213.44140.73111.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 221 (86.72% from 255) = 34.16%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=29.37%
G=34.16%
B=36.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902212360.190.0600.07199.5754.7683.53
HexBEDDEC13607c83754
Octal2763353542360731067124
Binary101111101101110111101100100111100111110010001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDEC; }

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

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

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

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

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

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

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

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