Html Css Color HEX #BACDD6 Spindle

📋 copy color: '#BACDD6'

red 186 ◦ green 205 ◦ blue 214

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

Shades of Spindle #BACDD6

Tints of Spindle #BACDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.37%

R = 30.74%
G = 33.88%
B = 35.37%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BACDD6 (or 0xBACDD6) is known color: Spindle. HEX triplet: BA, CD and D6. RGB value is (186,205,214). Sum of RGB (Red+Green+Blue) = 186+205+214=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 214 - color contains mainly: blue. Hex color #BACDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDD6 is #453229. Grayscale: #C8C8C8. Windows color (decimal): -4534826 or 14077370. OLE color: 14077370.

HSL color Cylindrical-coordinate representation of color #BACDD6: hue angle of 199.29º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACDD6 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 205 214 -
CMYK 0.13 0.04 0 0.16
HSL 199.29º 0.25% 0.78% -
HSV(B) 199.29º 0.13% 0.84% -
XYZ 54.22 58.96 72.14 -
YUV 200.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 186 205 214 0.13 0.04 0 0.16 199.29 0.25 0.78
Hex BA CD D6 D 4 0 10 C7 19 4E
Octal 272 315 326 15 4 0 20 307 31 116
Binary 10111010 11001101 11010110 1101 100 0 10000 11000111 11001 1001110

Color Harmonies of #BACDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDD6

Black with #BACDD6

Text Example


Text Example

White with #BACDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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