Html Css Color HEX #BADCDC Powder Blue

📋 copy color: '#BADCDC'

red 186 ◦ green 220 ◦ blue 220

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

Shades of Powder Blue #BADCDC

Tints of Powder Blue #BADCDC

RGB

 RED value IS 186 (73.05% from 255) = 29.71%

 GREEN value IS 220 (86.33% from 255) = 35.14%

 BLUE value IS 220 (86.33% from 255) = 35.14%

R = 29.71%
G = 35.14%
B = 35.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BADCDC (or 0xBADCDC) is known color: Powder Blue. HEX triplet: BA, DC and DC. RGB value is (186,220,220). Sum of RGB (Red+Green+Blue) = 186+220+220=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #BADCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCDC is #452323. Grayscale: #D1D1D1. Windows color (decimal): -4530980 or 14474426. OLE color: 14474426.

HSL color Cylindrical-coordinate representation of color #BADCDC: hue angle of 180º 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 #BADCDC is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 220 -
CMYK 0.15 0 0 0.14
HSL 180º 0.33% 0.8% -
HSV(B) 180º 0.15% 0.86% -
XYZ 58.76 66.79 77.51 -
YUV 209.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 186 220 220 0.15 0 0 0.14 180 0.33 0.8
Hex BA DC DC F 0 0 E B4 21 50
Octal 272 334 334 17 0 0 16 264 41 120
Binary 10111010 11011100 11011100 1111 0 0 1110 10110100 100001 1010000

Color Harmonies of #BADCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCDC

Black with #BADCDC

Text Example


Text Example

White with #BADCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCDC; }

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

 H1.HeaderClassName
 {
   color: #BADCDC;
 }
 .AnyTagClassName
 {
   color: #BADCDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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