Html Css Color HEX #BACDDD Spindle

📋 copy color: '#BACDDD'

red 186 ◦ green 205 ◦ blue 221

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

Shades of Spindle #BACDDD

Tints of Spindle #BACDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 30.39%
G = 33.5%
B = 36.11%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BACDDD (or 0xBACDDD) is known color: Spindle. HEX triplet: BA, CD and DD. RGB value is (186,205,221). Sum of RGB (Red+Green+Blue) = 186+205+221=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #BACDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDDD is #453222. Grayscale: #C9C9C9. Windows color (decimal): -4534819 or 14536122. OLE color: 14536122.

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

Color convert

RGB 186 205 221 -
CMYK 0.16 0.07 0 0.13
HSL 207.43º 0.34% 0.8% -
HSV(B) 207.43º 0.16% 0.87% -
XYZ 55.13 59.32 76.95 -
YUV 201.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 186 205 221 0.16 0.07 0 0.13 207.43 0.34 0.8
Hex BA CD DD 10 7 0 D CF 22 50
Octal 272 315 335 20 7 0 15 317 42 120
Binary 10111010 11001101 11011101 10000 111 0 1101 11001111 100010 1010000

Color Harmonies of #BACDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDDD

Black with #BACDDD

Text Example


Text Example

White with #BACDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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