Html Css Color HEX #BADFDF Powder Blue

📋 copy color: '#BADFDF'

red 186 ◦ green 223 ◦ blue 223

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

Shades of Powder Blue #BADFDF

Tints of Powder Blue #BADFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.28%

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

R = 29.43%
G = 35.28%
B = 35.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BADFDF (or 0xBADFDF) is known color: Powder Blue. HEX triplet: BA, DF and DF. RGB value is (186,223,223). Sum of RGB (Red+Green+Blue) = 186+223+223=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #BADFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFDF is #452020. Grayscale: #D3D3D3. Windows color (decimal): -4530209 or 14671802. OLE color: 14671802.

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

Color convert

RGB 186 223 223 -
CMYK 0.17 0 0 0.13
HSL 180º 0.37% 0.8% -
HSV(B) 180º 0.17% 0.87% -
XYZ 59.96 68.54 79.88 -
YUV 211.94 134.24 109.5 -
System Red Green Blue C M Y K H S L
Decimal 186 223 223 0.17 0 0 0.13 180 0.37 0.8
Hex BA DF DF 11 0 0 D B4 25 50
Octal 272 337 337 21 0 0 15 264 45 120
Binary 10111010 11011111 11011111 10001 0 0 1101 10110100 100101 1010000

Color Harmonies of #BADFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADFDF

Black with #BADFDF

Text Example


Text Example

White with #BADFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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