#BDE3F0

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

Shades of Onahau #BDE3F0

Tints of Onahau #BDE3F0

Color information

#BDE3F0 (or 0xBDE3F0) is unknown color: approx Onahau. HEX triplet: BD, E3 and F0. RGB value is (189,227,240). Sum of RGB (Red+Green+Blue) = 189+227+240=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDE3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3F0 is #421C0F. Grayscale: #D9D9D9. Windows color (decimal): -4332560 or 15786941. OLE color: 15786941.

HSL color Cylindrical-coordinate representation of color #BDE3F0: hue angle of 195.29º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE3F0 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189227240-
CMYK0.210.0500.06
HSL195.29º62.96%84.12%-
HSV(B)195.29º21.25%94.12%-
XYZ64.1872.0592.96-
YUV217.12140.91107.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.81%
GREEN value IS 227 (89.06% from 255) = 34.60%
BLUE value IS 240 (94.14% from 255) = 36.59%
R=28.81%
G=34.60%
B=36.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892272400.210.0500.06195.2962.9684.12
HexBDE3F015506c33f54
Octal2753433602550630377124
Binary101111011110001111110000101011010110110000111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3F0; }

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

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

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

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

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

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

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

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