#BEDBE1

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

Shades of Onahau #BEDBE1

Tints of Onahau #BEDBE1

Color information

#BEDBE1 (or 0xBEDBE1) is unknown color: approx Onahau. HEX triplet: BE, DB and E1. RGB value is (190,219,225). Sum of RGB (Red+Green+Blue) = 190+219+225=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBE1 is #41241E. Grayscale: #D2D2D2. Windows color (decimal): -4269087 or 14801854. OLE color: 14801854.

HSL color Cylindrical-coordinate representation of color #BEDBE1: hue angle of 190.29º 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 #BEDBE1 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190219225-
CMYK0.160.0300.12
HSL190.29º36.84%81.37%-
HSV(B)190.29º15.56%88.24%-
XYZ60.1667.0581-
YUV211.01135.89113.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.97%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 225 (88.28% from 255) = 35.49%
R=29.97%
G=34.54%
B=35.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902192250.160.0300.12190.2936.8481.37
HexBEDBE11030Cbe2551
Octal27633334120301427645121
Binary101111101101101111100001100001101100101111101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBE1; }

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

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

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

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

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

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

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

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