#BEDFE9

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

Shades of Onahau #BEDFE9

Tints of Onahau #BEDFE9

Color information

#BEDFE9 (or 0xBEDFE9) is unknown color: approx Onahau. HEX triplet: BE, DF and E9. RGB value is (190,223,233). Sum of RGB (Red+Green+Blue) = 190+223+233=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDFE9 is #412016. Grayscale: #D6D6D6. Windows color (decimal): -4268055 or 15327166. OLE color: 15327166.

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

Color convert

RGB190223233-
CMYK0.180.0400.09
HSL193.95º49.43%82.94%-
HSV(B)193.95º18.45%91.37%-
XYZ62.3369.6187.24-
YUV214.27138.57110.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.41%
GREEN value IS 223 (87.5% from 255) = 34.52%
BLUE value IS 233 (91.41% from 255) = 36.07%
R=29.41%
G=34.52%
B=36.07%

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
Decimal1902232330.180.0400.09193.9549.4382.94
HexBEDFE912409c23153
Octal27633735122401130261123
Binary1011111011011111111010011001010001001110000101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFE9; }

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

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

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

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

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

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

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

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