#BEDFEA

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

Shades of Onahau #BEDFEA

Tints of Onahau #BEDFEA

Color information

#BEDFEA (or 0xBEDFEA) is unknown color: approx Onahau. HEX triplet: BE, DF and EA. RGB value is (190,223,234). Sum of RGB (Red+Green+Blue) = 190+223+234=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDFEA is #412015. Grayscale: #D6D6D6. Windows color (decimal): -4268054 or 15392702. OLE color: 15392702.

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

Color convert

RGB190223234-
CMYK0.190.0500.08
HSL195º51.16%83.14%-
HSV(B)195º18.8%91.76%-
XYZ62.4769.6688-
YUV214.39139.07110.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.37%
GREEN value IS 223 (87.5% from 255) = 34.47%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=29.37%
G=34.47%
B=36.17%

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
Decimal1902232340.190.0500.0819551.1683.14
HexBEDFEA13508c33353
Octal27633735223501030363123
Binary1011111011011111111010101001110101000110000111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFEA; }

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

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

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

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

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

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

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

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