Html Css Color HEX #BADCDB Powder Blue

📋 copy color: '#BADCDB'

red 186 ◦ green 220 ◦ blue 219

#BADCDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Powder Blue #BADCDB

Tints of Powder Blue #BADCDB

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 value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#BADCDB (or 0xBADCDB) is known color: 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

RGB 186 220 219 -
CMYK 0.15 0 0.00 0.14
HSL 178.24º 0.33% 0.8% -
HSV(B) 178.24º 0.15% 0.86% -
XYZ 58.63 66.74 76.81 -
YUV 209.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 186 220 219 0.15 0 0.00 0.14 178.24 0.33 0.8
Hex BA DC DB F 0 0 E B2 21 50
Octal 272 334 333 17 0 0 16 262 41 120
Binary 10111010 11011100 11011011 1111 0 0 1110 10110010 100001 1010000

Color Harmonies of #BADCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCDB

Black with #BADCDB

Text Example


Text Example

White with #BADCDB

Text Example


Text Example

HTML Codes & Css Web 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>