#BADCDB

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

Shades of Powder Blue #BADCDB

Tints of Powder Blue #BADCDB

Color information

#BADCDB (or 0xBADCDB) is unknown color: approx Powder Blue. HEX triplet: BA, DC and DB. RGB value is (186,220,219). Sum of RGB (Red+Green+Blue) = 186+220+219=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCDB is #452324. Grayscale: #D1D1D1. Windows color (decimal): -4530981 or 14408890. OLE color: 14408890.

HSL color Cylindrical-coordinate representation of color #BADCDB: hue angle of 178.24º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCDB is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB186220219-
CMYK0.1500.000.14
HSL178.24º32.69%79.61%-
HSV(B)178.24º15.45%86.27%-
XYZ58.6366.7476.81-
YUV209.72133.24111.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=29.76%
G=35.2%
B=35.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862202190.1500.000.14178.2432.6979.61
HexBADCDBF00Eb22150
Octal27233433317001626241120
Binary1011101011011100110110111111001110101100101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCDB; }

 p { color: rgb(186,220,219); }

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

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

 a { background-color: rgb(186,220,219); }

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

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

 span { border-color: rgb(186,220,219); }

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