#BDECFB

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

Shades of Onahau #BDECFB

Tints of Onahau #BDECFB

Color information

#BDECFB (or 0xBDECFB) is unknown color: approx Onahau. HEX triplet: BD, EC and FB. RGB value is (189,236,251). Sum of RGB (Red+Green+Blue) = 189+236+251=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECFB is #421304. Grayscale: #DFDFDF. Windows color (decimal): -4330245 or 16510141. OLE color: 16510141.

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

Color convert

RGB189236251-
CMYK0.250.0600.02
HSL194.52º88.57%86.27%-
HSV(B)194.52º24.7%98.43%-
XYZ68.3977.77102.67-
YUV223.66143.43103.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.96%
GREEN value IS 236 (92.58% from 255) = 34.91%
BLUE value IS 251 (98.44% from 255) = 37.13%
R=27.96%
G=34.91%
B=37.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892362510.250.0600.02194.5288.5786.27
HexBDECFB19602c35956
Octal27535437331602303131126
Binary101111011110110011111011110011100101100001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECFB; }

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

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

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

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

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

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

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

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