#BDE7FD

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

Shades of Onahau #BDE7FD

Tints of Onahau #BDE7FD

Color information

#BDE7FD (or 0xBDE7FD) is unknown color: approx Onahau. HEX triplet: BD, E7 and FD. RGB value is (189,231,253). Sum of RGB (Red+Green+Blue) = 189+231+253=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDE7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7FD is #421802. Grayscale: #DCDCDC. Windows color (decimal): -4331523 or 16639933. OLE color: 16639933.

HSL color Cylindrical-coordinate representation of color #BDE7FD: hue angle of 200.62º 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 #BDE7FD is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189231253-
CMYK0.250.0900.01
HSL200.62º94.12%86.67%-
HSV(B)200.62º25.3%99.22%-
XYZ67.2975.06103.87-
YUV220.95146.09105.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.08%
GREEN value IS 231 (90.62% from 255) = 34.32%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=28.08%
G=34.32%
B=37.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892312530.250.0900.01200.6294.1286.67
HexBDE7FD19901c95e57
Octal275347375311101311136127
Binary101111011110011111111101110011001011100100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7FD; }

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

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

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

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

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

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

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

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