#BDE6FD

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

Shades of Onahau #BDE6FD

Tints of Onahau #BDE6FD

Color information

#BDE6FD (or 0xBDE6FD) is unknown color: approx Onahau. HEX triplet: BD, E6 and FD. RGB value is (189,230,253). Sum of RGB (Red+Green+Blue) = 189+230+253=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6FD is #421902. Grayscale: #DCDCDC. Windows color (decimal): -4331779 or 16639677. OLE color: 16639677.

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

Color convert

RGB189230253-
CMYK0.250.0900.01
HSL201.56º94.12%86.67%-
HSV(B)201.56º25.3%99.22%-
XYZ67.0174.5103.78-
YUV220.36146.42105.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.12%
GREEN value IS 230 (90.23% from 255) = 34.23%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=28.12%
G=34.23%
B=37.65%

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
Decimal1892302530.250.0900.01201.5694.1286.67
HexBDE6FD19901ca5e57
Octal275346375311101312136127
Binary101111011110011011111101110011001011100101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE6FD; }

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

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

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

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

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

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

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

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