#BDE7FB

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

Shades of Onahau #BDE7FB

Tints of Onahau #BDE7FB

Color information

#BDE7FB (or 0xBDE7FB) is unknown color: approx Onahau. HEX triplet: BD, E7 and FB. RGB value is (189,231,251). Sum of RGB (Red+Green+Blue) = 189+231+251=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7FB is #421804. Grayscale: #DCDCDC. Windows color (decimal): -4331525 or 16508861. OLE color: 16508861.

HSL color Cylindrical-coordinate representation of color #BDE7FB: hue angle of 199.35º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE7FB is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189231251-
CMYK0.250.0800.02
HSL199.35º88.57%86.27%-
HSV(B)199.35º24.7%98.43%-
XYZ66.9774.94102.2-
YUV220.72145.09105.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.17%
GREEN value IS 231 (90.62% from 255) = 34.43%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=28.17%
G=34.43%
B=37.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892312510.250.0800.02199.3588.5786.27
HexBDE7FB19802c75956
Octal275347373311002307131126
Binary1011110111100111111110111100110000101100011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7FB; }

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

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

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

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

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

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

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

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