Html Css Color HEX #BACDD9 Spindle

📋 copy color: '#BACDD9'

red 186 ◦ green 205 ◦ blue 217

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

Shades of Spindle #BACDD9

Tints of Spindle #BACDD9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.72%

 BLUE value IS 217 (85.16% from 255) = 35.69%

R = 30.59%
G = 33.72%
B = 35.69%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BACDD9 (or 0xBACDD9) is known color: Spindle. HEX triplet: BA, CD and D9. RGB value is (186,205,217). Sum of RGB (Red+Green+Blue) = 186+205+217=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 217 - color contains mainly: blue. Hex color #BACDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDD9 is #453226. Grayscale: #C8C8C8. Windows color (decimal): -4534823 or 14273978. OLE color: 14273978.

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

Color convert

RGB 186 205 217 -
CMYK 0.14 0.06 0 0.15
HSL 203.23º 0.29% 0.79% -
HSV(B) 203.23º 0.14% 0.85% -
XYZ 54.61 59.11 74.18 -
YUV 200.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 186 205 217 0.14 0.06 0 0.15 203.23 0.29 0.79
Hex BA CD D9 E 6 0 F CB 1D 4F
Octal 272 315 331 16 6 0 17 313 35 117
Binary 10111010 11001101 11011001 1110 110 0 1111 11001011 11101 1001111

Color Harmonies of #BACDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDD9

Black with #BACDD9

Text Example


Text Example

White with #BACDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDD9; }

 p { color: rgb(186,205,217); }

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

background-color css

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

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

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

border-color css

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

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

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