Html Css Color HEX #BACCD9 Spindle

📋 copy color: '#BACCD9'

red 186 ◦ green 204 ◦ blue 217

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

Shades of Spindle #BACCD9

Tints of Spindle #BACCD9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.61%

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

R = 30.64%
G = 33.61%
B = 35.75%

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

#BACCD9 (or 0xBACCD9) is known color: Spindle. HEX triplet: BA, CC and D9. RGB value is (186,204,217). Sum of RGB (Red+Green+Blue) = 186+204+217=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 217 - color contains mainly: blue. Hex color #BACCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCD9 is #453326. Grayscale: #C8C8C8. Windows color (decimal): -4535079 or 14273722. OLE color: 14273722.

HSL color Cylindrical-coordinate representation of color #BACCD9: hue angle of 205.16º 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 #BACCD9 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 204 217 -
CMYK 0.14 0.06 0 0.15
HSL 205.16º 0.29% 0.79% -
HSV(B) 205.16º 0.14% 0.85% -
XYZ 54.37 58.63 74.1 -
YUV 200.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 186 204 217 0.14 0.06 0 0.15 205.16 0.29 0.79
Hex BA CC D9 E 6 0 F CD 1D 4F
Octal 272 314 331 16 6 0 17 315 35 117
Binary 10111010 11001100 11011001 1110 110 0 1111 11001101 11101 1001111

Color Harmonies of #BACCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCD9

Black with #BACCD9

Text Example


Text Example

White with #BACCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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