Html Css Color HEX #BADBDB Powder Blue

📋 copy color: '#BADBDB'

red 186 ◦ green 219 ◦ blue 219

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

Shades of Powder Blue #BADBDB

Tints of Powder Blue #BADBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.1%

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 29.81%
G = 35.1%
B = 35.1%

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

#BADBDB (or 0xBADBDB) is known color: Powder Blue. HEX triplet: BA, DB and DB. RGB value is (186,219,219). Sum of RGB (Red+Green+Blue) = 186+219+219=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #BADBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBDB is #452424. Grayscale: #D1D1D1. Windows color (decimal): -4531237 or 14408634. OLE color: 14408634.

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

Color convert

RGB 186 219 219 -
CMYK 0.15 0 0 0.14
HSL 180º 0.31% 0.79% -
HSV(B) 180º 0.15% 0.86% -
XYZ 58.37 66.22 76.72 -
YUV 209.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 186 219 219 0.15 0 0 0.14 180 0.31 0.79
Hex BA DB DB F 0 0 E B4 1F 4F
Octal 272 333 333 17 0 0 16 264 37 117
Binary 10111010 11011011 11011011 1111 0 0 1110 10110100 11111 1001111

Color Harmonies of #BADBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBDB

Black with #BADBDB

Text Example


Text Example

White with #BADBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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