#BDE3F2

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

Shades of Onahau #BDE3F2

Tints of Onahau #BDE3F2

Color information

#BDE3F2 (or 0xBDE3F2) is unknown color: approx Onahau. HEX triplet: BD, E3 and F2. RGB value is (189,227,242). Sum of RGB (Red+Green+Blue) = 189+227+242=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDE3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3F2 is #421C0D. Grayscale: #D9D9D9. Windows color (decimal): -4332558 or 15918013. OLE color: 15918013.

HSL color Cylindrical-coordinate representation of color #BDE3F2: hue angle of 196.98º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE3F2 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189227242-
CMYK0.220.0600.05
HSL196.98º67.09%84.51%-
HSV(B)196.98º21.9%94.9%-
XYZ64.4872.1794.54-
YUV217.35141.91107.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.72%
GREEN value IS 227 (89.06% from 255) = 34.50%
BLUE value IS 242 (94.92% from 255) = 36.78%
R=28.72%
G=34.50%
B=36.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892272420.220.0600.05196.9867.0984.51
HexBDE3F216605c54355
Octal27534336226605305103125
Binary1011110111100011111100101011011001011100010110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3F2; }

 p { color: rgb(189,227,242); }

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

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

 a { background-color: rgb(189,227,242); }

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

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

 span { border-color: rgb(189,227,242); }

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