#BEDFE1

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

Shades of Onahau #BEDFE1

Tints of Onahau #BEDFE1

Color information

#BEDFE1 (or 0xBEDFE1) is unknown color: approx Onahau. HEX triplet: BE, DF and E1. RGB value is (190,223,225). Sum of RGB (Red+Green+Blue) = 190+223+225=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFE1 is #41201E. Grayscale: #D5D5D5. Windows color (decimal): -4268063 or 14802878. OLE color: 14802878.

HSL color Cylindrical-coordinate representation of color #BEDFE1: hue angle of 183.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEDFE1 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190223225-
CMYK0.160.0100.12
HSL183.43º36.84%81.37%-
HSV(B)183.43º15.56%88.24%-
XYZ61.2169.1681.36-
YUV213.36134.57111.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.78%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 225 (88.28% from 255) = 35.27%
R=29.78%
G=34.95%
B=35.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902232250.160.0100.12183.4336.8481.37
HexBEDFE11010Cb72551
Octal27633734120101426745121
Binary10111110110111111110000110000101100101101111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFE1; }

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

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

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

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

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

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

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

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