#BEDEEA

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

Shades of Onahau #BEDEEA

Tints of Onahau #BEDEEA

Color information

#BEDEEA (or 0xBEDEEA) is unknown color: approx Onahau. HEX triplet: BE, DE and EA. RGB value is (190,222,234). Sum of RGB (Red+Green+Blue) = 190+222+234=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEDEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDEEA is #412115. Grayscale: #D5D5D5. Windows color (decimal): -4268310 or 15392446. OLE color: 15392446.

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

Color convert

RGB190222234-
CMYK0.190.0500.08
HSL196.36º51.16%83.14%-
HSV(B)196.36º18.8%91.76%-
XYZ62.2169.1387.91-
YUV213.8139.4111.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.41%
GREEN value IS 222 (87.11% from 255) = 34.37%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=29.41%
G=34.37%
B=36.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902222340.190.0500.08196.3651.1683.14
HexBEDEEA13508c43353
Octal27633635223501030463123
Binary1011111011011110111010101001110101000110001001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEEA; }

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

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

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

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

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

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

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

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