#BDECFF

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

Shades of Onahau #BDECFF

Tints of Onahau #BDECFF

Color information

#BDECFF (or 0xBDECFF) is unknown color: approx Onahau. HEX triplet: BD, EC and FF. RGB value is (189,236,255). Sum of RGB (Red+Green+Blue) = 189+236+255=680 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.79% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECFF is #421300. Grayscale: #DFDFDF. Windows color (decimal): -4330241 or 16772285. OLE color: 16772285.

HSL color Cylindrical-coordinate representation of color #BDECFF: hue angle of 197.27º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDECFF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189236255-
CMYK0.260.0700
HSL197.27º100%87.06%-
HSV(B)197.27º25.88%100%-
XYZ69.0378.03106.03-
YUV224.11145.43102.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.79%
GREEN value IS 236 (92.58% from 255) = 34.71%
BLUE value IS 255 (100% from 255) = 37.5%
R=27.79%
G=34.71%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892362550.260.0700197.2710087.06
HexBDECFF1A700c56457
Octal27535437732700305144127
Binary10111101111011001111111111010111001100010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECFF; }

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

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

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

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

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

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

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

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