#BDE5FB

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

Shades of Onahau #BDE5FB

Tints of Onahau #BDE5FB

Color information

#BDE5FB (or 0xBDE5FB) is unknown color: approx Onahau. HEX triplet: BD, E5 and FB. RGB value is (189,229,251). Sum of RGB (Red+Green+Blue) = 189+229+251=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDE5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5FB is #421A04. Grayscale: #DBDBDB. Windows color (decimal): -4332037 or 16508349. OLE color: 16508349.

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

Color convert

RGB189229251-
CMYK0.250.0900.02
HSL201.29º88.57%86.27%-
HSV(B)201.29º24.7%98.43%-
XYZ66.4273.82102.02-
YUV219.55145.75106.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.25%
GREEN value IS 229 (89.84% from 255) = 34.23%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=28.25%
G=34.23%
B=37.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892292510.250.0900.02201.2988.5786.27
HexBDE5FB19902c95956
Octal275345373311102311131126
Binary1011110111100101111110111100110010101100100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE5FB; }

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

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

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

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

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

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

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

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