#BDE8FD

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

Shades of Onahau #BDE8FD

Tints of Onahau #BDE8FD

Color information

#BDE8FD (or 0xBDE8FD) is unknown color: approx Onahau. HEX triplet: BD, E8 and FD. RGB value is (189,232,253). Sum of RGB (Red+Green+Blue) = 189+232+253=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE8FD is #421702. Grayscale: #DDDDDD. Windows color (decimal): -4331267 or 16640189. OLE color: 16640189.

HSL color Cylindrical-coordinate representation of color #BDE8FD: hue angle of 199.69º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE8FD is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189232253-
CMYK0.250.0800.01
HSL199.69º94.12%86.67%-
HSV(B)199.69º25.3%99.22%-
XYZ67.5775.62103.96-
YUV221.54145.75104.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.04%
GREEN value IS 232 (91.02% from 255) = 34.42%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=28.04%
G=34.42%
B=37.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892322530.250.0800.01199.6994.1286.67
HexBDE8FD19801c85e57
Octal275350375311001310136127
Binary101111011110100011111101110011000011100100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8FD; }

 p { color: rgb(189,232,253); }

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

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

 a { background-color: rgb(189,232,253); }

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

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

 span { border-color: rgb(189,232,253); }

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