#BEDCEB

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

Shades of Onahau #BEDCEB

Tints of Onahau #BEDCEB

Color information

#BEDCEB (or 0xBEDCEB) is unknown color: approx Onahau. HEX triplet: BE, DC and EB. RGB value is (190,220,235). Sum of RGB (Red+Green+Blue) = 190+220+235=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDCEB is #412314. Grayscale: #D4D4D4. Windows color (decimal): -4268821 or 15457470. OLE color: 15457470.

HSL color Cylindrical-coordinate representation of color #BEDCEB: hue angle of 200º degrees, saturation: 0.53, 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 #BEDCEB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190220235-
CMYK0.190.0600.08
HSL200º52.94%83.33%-
HSV(B)200º19.15%92.16%-
XYZ61.8268.1388.49-
YUV212.74140.56111.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.46%
GREEN value IS 220 (86.33% from 255) = 34.11%
BLUE value IS 235 (92.19% from 255) = 36.43%
R=29.46%
G=34.11%
B=36.43%

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
Decimal1902202350.190.0600.0820052.9483.33
HexBEDCEB13608c83553
Octal27633435323601031065123
Binary1011111011011100111010111001111001000110010001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCEB; }

 p { color: rgb(190,220,235); }

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

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

 a { background-color: rgb(190,220,235); }

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

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

 span { border-color: rgb(190,220,235); }

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