Html Css Color HEX #BADDDF Powder Blue

📋 copy color: '#BADDDF'

red 186 ◦ green 221 ◦ blue 223

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

Shades of Powder Blue #BADDDF

Tints of Powder Blue #BADDDF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.08%

 BLUE value IS 223 (87.5% from 255) = 35.4%

R = 29.52%
G = 35.08%
B = 35.4%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BADDDF (or 0xBADDDF) is known color: Powder Blue. HEX triplet: BA, DD and DF. RGB value is (186,221,223). Sum of RGB (Red+Green+Blue) = 186+221+223=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #BADDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDDF is #452220. Grayscale: #D2D2D2. Windows color (decimal): -4530721 or 14671290. OLE color: 14671290.

HSL color Cylindrical-coordinate representation of color #BADDDF: hue angle of 183.24º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADDDF is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 223 -
CMYK 0.17 0.01 0 0.13
HSL 183.24º 0.37% 0.8% -
HSV(B) 183.24º 0.17% 0.87% -
XYZ 59.43 67.48 79.7 -
YUV 210.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 186 221 223 0.17 0.01 0 0.13 183.24 0.37 0.8
Hex BA DD DF 11 1 0 D B7 25 50
Octal 272 335 337 21 1 0 15 267 45 120
Binary 10111010 11011101 11011111 10001 1 0 1101 10110111 100101 1010000

Color Harmonies of #BADDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDDF

Black with #BADDDF

Text Example


Text Example

White with #BADDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDDF; }

 p { color: rgb(186,221,223); }

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

background-color css

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

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

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

border-color css

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

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

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